Interface DnsTable.DnsEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DnsTable.DnsEndpoint,DnsTable.DnsEndpoint.Builder
- Enclosing class:
- DnsTable
public static interface DnsTable.DnsEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsTable.AddressListgetAddressList().envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;DnsTable.AddressListOrBuildergetAddressListOrBuilder().envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;DnsTable.DnsEndpoint.EndpointConfigCasegetEndpointConfigCase()booleanhasAddressList().envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAddressList
boolean hasAddressList()
.envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;- Returns:
- Whether the addressList field is set.
-
getAddressList
DnsTable.AddressList getAddressList()
.envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;- Returns:
- The addressList.
-
getAddressListOrBuilder
DnsTable.AddressListOrBuilder getAddressListOrBuilder()
.envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;
-
getEndpointConfigCase
DnsTable.DnsEndpoint.EndpointConfigCase getEndpointConfigCase()
-
-