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 Detail

      • hasAddressList

        boolean hasAddressList()
         Define a list of addresses to return for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.AddressList address_list = 1;
      • getAddressList

        DnsTable.AddressList getAddressList()
         Define a list of addresses to return for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.AddressList address_list = 1;
      • getAddressListOrBuilder

        DnsTable.AddressListOrBuilder getAddressListOrBuilder()
         Define a list of addresses to return for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.AddressList address_list = 1;
      • getClusterName

        String getClusterName()
         Define a cluster whose addresses are returned for the specified endpoint
         
        string cluster_name = 2;
      • getClusterNameBytes

        com.google.protobuf.ByteString getClusterNameBytes()
         Define a cluster whose addresses are returned for the specified endpoint
         
        string cluster_name = 2;
      • hasServiceList

        boolean hasServiceList()
         Define a DNS Service List for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;
      • getServiceList

        DnsTable.DnsServiceList getServiceList()
         Define a DNS Service List for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;
      • getServiceListOrBuilder

        DnsTable.DnsServiceListOrBuilder getServiceListOrBuilder()
         Define a DNS Service List for the specified endpoint
         
        .envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;