public static interface DnsTable.AddressListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress(int index)
This field contains a well formed IP address that is returned in the answer for a
name query.
|
com.google.protobuf.ByteString |
getAddressBytes(int index)
This field contains a well formed IP address that is returned in the answer for a
name query.
|
int |
getAddressCount()
This field contains a well formed IP address that is returned in the answer for a
name query.
|
List<String> |
getAddressList()
This field contains a well formed IP address that is returned in the answer for a
name query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAddressList()
This field contains a well formed IP address that is returned in the answer for a name query. The address field can be an IPv4 or IPv6 address. Address family detection is done automatically when Envoy parses the string. Since this field is repeated, Envoy will return as many entries from this list in the DNS response while keeping the response under 512 bytes
repeated string address = 1 [(.validate.rules) = { ... }int getAddressCount()
This field contains a well formed IP address that is returned in the answer for a name query. The address field can be an IPv4 or IPv6 address. Address family detection is done automatically when Envoy parses the string. Since this field is repeated, Envoy will return as many entries from this list in the DNS response while keeping the response under 512 bytes
repeated string address = 1 [(.validate.rules) = { ... }String getAddress(int index)
This field contains a well formed IP address that is returned in the answer for a name query. The address field can be an IPv4 or IPv6 address. Address family detection is done automatically when Envoy parses the string. Since this field is repeated, Envoy will return as many entries from this list in the DNS response while keeping the response under 512 bytes
repeated string address = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getAddressBytes(int index)
This field contains a well formed IP address that is returned in the answer for a name query. The address field can be an IPv4 or IPv6 address. Address family detection is done automatically when Envoy parses the string. Since this field is repeated, Envoy will return as many entries from this list in the DNS response while keeping the response under 512 bytes
repeated string address = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.