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

    Modifier and Type
    Method
    Description
    .envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;
    .envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;
     
    boolean
    .envoy.data.dns.v2alpha.DnsTable.AddressList address_list = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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