public static final class DnsTable.DnsEndpoint extends com.google.protobuf.GeneratedMessageV3 implements DnsTable.DnsEndpointOrBuilder
envoy.data.dns.v3.DnsTable.DnsEndpoint| Modifier and Type | Class and Description |
|---|---|
static class |
DnsTable.DnsEndpoint.Builder
Protobuf type
envoy.data.dns.v3.DnsTable.DnsEndpoint |
static class |
DnsTable.DnsEndpoint.EndpointConfigCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_LIST_FIELD_NUMBER |
static int |
CLUSTER_NAME_FIELD_NUMBER |
static int |
SERVICE_LIST_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static DnsTable.DnsEndpoint |
getDefaultInstance() |
DnsTable.DnsEndpoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DnsTable.DnsEndpoint.EndpointConfigCase |
getEndpointConfigCase() |
com.google.protobuf.Parser<DnsTable.DnsEndpoint> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
int |
hashCode() |
boolean |
hasServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DnsTable.DnsEndpoint.Builder |
newBuilder() |
static DnsTable.DnsEndpoint.Builder |
newBuilder(DnsTable.DnsEndpoint prototype) |
DnsTable.DnsEndpoint.Builder |
newBuilderForType() |
protected DnsTable.DnsEndpoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DnsTable.DnsEndpoint |
parseDelimitedFrom(InputStream input) |
static DnsTable.DnsEndpoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsEndpoint |
parseFrom(byte[] data) |
static DnsTable.DnsEndpoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsEndpoint |
parseFrom(ByteBuffer data) |
static DnsTable.DnsEndpoint |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsEndpoint |
parseFrom(com.google.protobuf.ByteString data) |
static DnsTable.DnsEndpoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsTable.DnsEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsEndpoint |
parseFrom(InputStream input) |
static DnsTable.DnsEndpoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DnsTable.DnsEndpoint> |
parser() |
DnsTable.DnsEndpoint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ADDRESS_LIST_FIELD_NUMBER
public static final int CLUSTER_NAME_FIELD_NUMBER
public static final int SERVICE_LIST_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public DnsTable.DnsEndpoint.EndpointConfigCase getEndpointConfigCase()
getEndpointConfigCase in interface DnsTable.DnsEndpointOrBuilderpublic boolean hasAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;hasAddressList in interface DnsTable.DnsEndpointOrBuilderpublic DnsTable.AddressList getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;getAddressList in interface DnsTable.DnsEndpointOrBuilderpublic DnsTable.AddressListOrBuilder getAddressListOrBuilder()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1;getAddressListOrBuilder in interface DnsTable.DnsEndpointOrBuilderpublic String getClusterName()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2;getClusterName in interface DnsTable.DnsEndpointOrBuilderpublic com.google.protobuf.ByteString getClusterNameBytes()
Define a cluster whose addresses are returned for the specified endpoint
string cluster_name = 2;getClusterNameBytes in interface DnsTable.DnsEndpointOrBuilderpublic boolean hasServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;hasServiceList in interface DnsTable.DnsEndpointOrBuilderpublic DnsTable.DnsServiceList getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;getServiceList in interface DnsTable.DnsEndpointOrBuilderpublic DnsTable.DnsServiceListOrBuilder getServiceListOrBuilder()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3;getServiceListOrBuilder in interface DnsTable.DnsEndpointOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DnsTable.DnsEndpoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable.DnsEndpoint parseFrom(InputStream input) throws IOException
IOExceptionpublic static DnsTable.DnsEndpoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DnsTable.DnsEndpoint parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DnsTable.DnsEndpoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DnsTable.DnsEndpoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DnsTable.DnsEndpoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DnsTable.DnsEndpoint.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DnsTable.DnsEndpoint.Builder newBuilder()
public static DnsTable.DnsEndpoint.Builder newBuilder(DnsTable.DnsEndpoint prototype)
public DnsTable.DnsEndpoint.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DnsTable.DnsEndpoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DnsTable.DnsEndpoint getDefaultInstance()
public static com.google.protobuf.Parser<DnsTable.DnsEndpoint> parser()
public com.google.protobuf.Parser<DnsTable.DnsEndpoint> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DnsTable.DnsEndpoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.