public static interface DnsTable.DnsServiceProtocolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Specify the protocol name for the service.
|
com.google.protobuf.ByteString |
getNameBytes()
Specify the protocol name for the service.
|
int |
getNumber()
Specify the protocol number for the service.
|
DnsTable.DnsServiceProtocol.ProtocolConfigCase |
getProtocolConfigCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNumber()
Specify the protocol number for the service. Envoy will try to resolve the number to the protocol name. For example, 6 will resolve to "tcp". Refer to: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml for protocol names and numbers
uint32 number = 1 [(.validate.rules) = { ... }String getName()
Specify the protocol name for the service.
string name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
Specify the protocol name for the service.
string name = 2 [(.validate.rules) = { ... }DnsTable.DnsServiceProtocol.ProtocolConfigCase getProtocolConfigCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.