public final class DnsTable extends com.google.protobuf.GeneratedMessageV3 implements DnsTableOrBuilder
This message contains the configuration for the DNS Filter if populated from the control planeProtobuf type
envoy.data.dns.v2alpha.DnsTable| Modifier and Type | Class and Description |
|---|---|
static class |
DnsTable.AddressList
This message contains a list of IP addresses returned for a query for a known name
Protobuf type
envoy.data.dns.v2alpha.DnsTable.AddressList |
static interface |
DnsTable.AddressListOrBuilder |
static class |
DnsTable.Builder
This message contains the configuration for the DNS Filter if populated
from the control plane
Protobuf type
envoy.data.dns.v2alpha.DnsTable |
static class |
DnsTable.DnsEndpoint
This message type is extensible and can contain a list of addresses
or dictate some other method for resolving the addresses for an
endpoint
Protobuf type
envoy.data.dns.v2alpha.DnsTable.DnsEndpoint |
static interface |
DnsTable.DnsEndpointOrBuilder |
static class |
DnsTable.DnsVirtualDomain
Protobuf type
envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain |
static interface |
DnsTable.DnsVirtualDomainOrBuilder |
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 |
EXTERNAL_RETRY_COUNT_FIELD_NUMBER |
static int |
KNOWN_SUFFIXES_FIELD_NUMBER |
static int |
VIRTUAL_DOMAINS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DnsTable |
getDefaultInstance() |
DnsTable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getExternalRetryCount()
Control how many times envoy makes an attempt to forward a query to
an external server
uint32 external_retry_count = 1; |
StringMatcher |
getKnownSuffixes(int index)
This field serves to help Envoy determine whether it can authoritatively
answer a query for a name matching a suffix in this list.
|
int |
getKnownSuffixesCount()
This field serves to help Envoy determine whether it can authoritatively
answer a query for a name matching a suffix in this list.
|
List<StringMatcher> |
getKnownSuffixesList()
This field serves to help Envoy determine whether it can authoritatively
answer a query for a name matching a suffix in this list.
|
StringMatcherOrBuilder |
getKnownSuffixesOrBuilder(int index)
This field serves to help Envoy determine whether it can authoritatively
answer a query for a name matching a suffix in this list.
|
List<? extends StringMatcherOrBuilder> |
getKnownSuffixesOrBuilderList()
This field serves to help Envoy determine whether it can authoritatively
answer a query for a name matching a suffix in this list.
|
com.google.protobuf.Parser<DnsTable> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
DnsTable.DnsVirtualDomain |
getVirtualDomains(int index)
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... } |
int |
getVirtualDomainsCount()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... } |
List<DnsTable.DnsVirtualDomain> |
getVirtualDomainsList()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... } |
DnsTable.DnsVirtualDomainOrBuilder |
getVirtualDomainsOrBuilder(int index)
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... } |
List<? extends DnsTable.DnsVirtualDomainOrBuilder> |
getVirtualDomainsOrBuilderList()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... } |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DnsTable.Builder |
newBuilder() |
static DnsTable.Builder |
newBuilder(DnsTable prototype) |
DnsTable.Builder |
newBuilderForType() |
protected DnsTable.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DnsTable |
parseDelimitedFrom(InputStream input) |
static DnsTable |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
parseFrom(byte[] data) |
static DnsTable |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
parseFrom(ByteBuffer data) |
static DnsTable |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
parseFrom(com.google.protobuf.ByteString data) |
static DnsTable |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsTable |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
parseFrom(InputStream input) |
static DnsTable |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DnsTable> |
parser() |
DnsTable.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 EXTERNAL_RETRY_COUNT_FIELD_NUMBER
public static final int VIRTUAL_DOMAINS_FIELD_NUMBER
public static final int KNOWN_SUFFIXES_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 int getExternalRetryCount()
Control how many times envoy makes an attempt to forward a query to an external server
uint32 external_retry_count = 1;getExternalRetryCount in interface DnsTableOrBuilderpublic List<DnsTable.DnsVirtualDomain> getVirtualDomainsList()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... }getVirtualDomainsList in interface DnsTableOrBuilderpublic List<? extends DnsTable.DnsVirtualDomainOrBuilder> getVirtualDomainsOrBuilderList()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... }getVirtualDomainsOrBuilderList in interface DnsTableOrBuilderpublic int getVirtualDomainsCount()
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... }getVirtualDomainsCount in interface DnsTableOrBuilderpublic DnsTable.DnsVirtualDomain getVirtualDomains(int index)
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... }getVirtualDomains in interface DnsTableOrBuilderpublic DnsTable.DnsVirtualDomainOrBuilder getVirtualDomainsOrBuilder(int index)
Fully qualified domain names for which Envoy will respond to queries
repeated .envoy.data.dns.v2alpha.DnsTable.DnsVirtualDomain virtual_domains = 2 [(.validate.rules) = { ... }getVirtualDomainsOrBuilder in interface DnsTableOrBuilderpublic List<StringMatcher> getKnownSuffixesList()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.StringMatcher known_suffixes = 3;getKnownSuffixesList in interface DnsTableOrBuilderpublic List<? extends StringMatcherOrBuilder> getKnownSuffixesOrBuilderList()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.StringMatcher known_suffixes = 3;getKnownSuffixesOrBuilderList in interface DnsTableOrBuilderpublic int getKnownSuffixesCount()
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.StringMatcher known_suffixes = 3;getKnownSuffixesCount in interface DnsTableOrBuilderpublic StringMatcher getKnownSuffixes(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.StringMatcher known_suffixes = 3;getKnownSuffixes in interface DnsTableOrBuilderpublic StringMatcherOrBuilder getKnownSuffixesOrBuilder(int index)
This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. If the query name does not match a suffix in this list, Envoy will forward the query to an upstream DNS server
repeated .envoy.type.matcher.StringMatcher known_suffixes = 3;getKnownSuffixesOrBuilder in interface DnsTableOrBuilderpublic 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 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DnsTable parseFrom(InputStream input) throws IOException
IOExceptionpublic static DnsTable parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DnsTable parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DnsTable parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DnsTable parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DnsTable parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DnsTable.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DnsTable.Builder newBuilder()
public static DnsTable.Builder newBuilder(DnsTable prototype)
public DnsTable.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DnsTable.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DnsTable getDefaultInstance()
public static com.google.protobuf.Parser<DnsTable> parser()
public com.google.protobuf.Parser<DnsTable> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DnsTable getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.