public static interface DnsTable.DnsEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsTable.AddressList |
getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
DnsTable.AddressListOrBuilder |
getAddressListOrBuilder()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
String |
getClusterName()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2; |
com.google.protobuf.ByteString |
getClusterNameBytes()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2; |
DnsTable.DnsEndpoint.EndpointConfigCase |
getEndpointConfigCase() |
DnsTable.DnsServiceList |
getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
DnsTable.DnsServiceListOrBuilder |
getServiceListOrBuilder()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
boolean |
hasAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
boolean |
hasServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;DnsTable.AddressList getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;DnsTable.AddressListOrBuilder getAddressListOrBuilder()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;String getClusterName()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2;com.google.protobuf.ByteString getClusterNameBytes()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2;boolean hasServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;DnsTable.DnsServiceList getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;DnsTable.DnsServiceListOrBuilder getServiceListOrBuilder()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;DnsTable.DnsEndpoint.EndpointConfigCase getEndpointConfigCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.