public static final class Matcher.MatcherTree extends com.google.protobuf.GeneratedMessageV3 implements Matcher.MatcherTreeOrBuilder
envoy.config.common.matcher.v3.Matcher.MatcherTree| Modifier and Type | Class and Description |
|---|---|
static class |
Matcher.MatcherTree.Builder
Protobuf type
envoy.config.common.matcher.v3.Matcher.MatcherTree |
static class |
Matcher.MatcherTree.MatchMap
A map of configured matchers.
|
static interface |
Matcher.MatcherTree.MatchMapOrBuilder |
static class |
Matcher.MatcherTree.TreeTypeCase |
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 |
CUSTOM_MATCH_FIELD_NUMBER |
static int |
EXACT_MATCH_MAP_FIELD_NUMBER |
static int |
INPUT_FIELD_NUMBER |
static int |
PREFIX_MATCH_MAP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TypedExtensionConfig |
getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfigOrBuilder |
getCustomMatchOrBuilder()
Extension for custom matching logic.
|
static Matcher.MatcherTree |
getDefaultInstance() |
Matcher.MatcherTree |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Matcher.MatcherTree.MatchMap |
getExactMatchMap()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2; |
Matcher.MatcherTree.MatchMapOrBuilder |
getExactMatchMapOrBuilder()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2; |
TypedExtensionConfig |
getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfigOrBuilder |
getInputOrBuilder()
Protocol-specific specification of input field to match on.
|
com.google.protobuf.Parser<Matcher.MatcherTree> |
getParserForType() |
Matcher.MatcherTree.MatchMap |
getPrefixMatchMap()
Longest matching prefix wins.
|
Matcher.MatcherTree.MatchMapOrBuilder |
getPrefixMatchMapOrBuilder()
Longest matching prefix wins.
|
int |
getSerializedSize() |
Matcher.MatcherTree.TreeTypeCase |
getTreeTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCustomMatch()
Extension for custom matching logic.
|
boolean |
hasExactMatchMap()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2; |
int |
hashCode() |
boolean |
hasInput()
Protocol-specific specification of input field to match on.
|
boolean |
hasPrefixMatchMap()
Longest matching prefix wins.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Matcher.MatcherTree.Builder |
newBuilder() |
static Matcher.MatcherTree.Builder |
newBuilder(Matcher.MatcherTree prototype) |
Matcher.MatcherTree.Builder |
newBuilderForType() |
protected Matcher.MatcherTree.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Matcher.MatcherTree |
parseDelimitedFrom(InputStream input) |
static Matcher.MatcherTree |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Matcher.MatcherTree |
parseFrom(byte[] data) |
static Matcher.MatcherTree |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Matcher.MatcherTree |
parseFrom(ByteBuffer data) |
static Matcher.MatcherTree |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Matcher.MatcherTree |
parseFrom(com.google.protobuf.ByteString data) |
static Matcher.MatcherTree |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Matcher.MatcherTree |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Matcher.MatcherTree |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Matcher.MatcherTree |
parseFrom(InputStream input) |
static Matcher.MatcherTree |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Matcher.MatcherTree> |
parser() |
Matcher.MatcherTree.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 INPUT_FIELD_NUMBER
public static final int EXACT_MATCH_MAP_FIELD_NUMBER
public static final int PREFIX_MATCH_MAP_FIELD_NUMBER
public static final int CUSTOM_MATCH_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 Matcher.MatcherTree.TreeTypeCase getTreeTypeCase()
getTreeTypeCase in interface Matcher.MatcherTreeOrBuilderpublic boolean hasInput()
Protocol-specific specification of input field to match on.
.envoy.config.core.v3.TypedExtensionConfig input = 1 [(.validate.rules) = { ... }hasInput in interface Matcher.MatcherTreeOrBuilderpublic TypedExtensionConfig getInput()
Protocol-specific specification of input field to match on.
.envoy.config.core.v3.TypedExtensionConfig input = 1 [(.validate.rules) = { ... }getInput in interface Matcher.MatcherTreeOrBuilderpublic TypedExtensionConfigOrBuilder getInputOrBuilder()
Protocol-specific specification of input field to match on.
.envoy.config.core.v3.TypedExtensionConfig input = 1 [(.validate.rules) = { ... }getInputOrBuilder in interface Matcher.MatcherTreeOrBuilderpublic boolean hasExactMatchMap()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2;hasExactMatchMap in interface Matcher.MatcherTreeOrBuilderpublic Matcher.MatcherTree.MatchMap getExactMatchMap()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2;getExactMatchMap in interface Matcher.MatcherTreeOrBuilderpublic Matcher.MatcherTree.MatchMapOrBuilder getExactMatchMapOrBuilder()
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap exact_match_map = 2;getExactMatchMapOrBuilder in interface Matcher.MatcherTreeOrBuilderpublic boolean hasPrefixMatchMap()
Longest matching prefix wins.
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap prefix_match_map = 3;hasPrefixMatchMap in interface Matcher.MatcherTreeOrBuilderpublic Matcher.MatcherTree.MatchMap getPrefixMatchMap()
Longest matching prefix wins.
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap prefix_match_map = 3;getPrefixMatchMap in interface Matcher.MatcherTreeOrBuilderpublic Matcher.MatcherTree.MatchMapOrBuilder getPrefixMatchMapOrBuilder()
Longest matching prefix wins.
.envoy.config.common.matcher.v3.Matcher.MatcherTree.MatchMap prefix_match_map = 3;getPrefixMatchMapOrBuilder in interface Matcher.MatcherTreeOrBuilderpublic boolean hasCustomMatch()
Extension for custom matching logic.
.envoy.config.core.v3.TypedExtensionConfig custom_match = 4;hasCustomMatch in interface Matcher.MatcherTreeOrBuilderpublic TypedExtensionConfig getCustomMatch()
Extension for custom matching logic.
.envoy.config.core.v3.TypedExtensionConfig custom_match = 4;getCustomMatch in interface Matcher.MatcherTreeOrBuilderpublic TypedExtensionConfigOrBuilder getCustomMatchOrBuilder()
Extension for custom matching logic.
.envoy.config.core.v3.TypedExtensionConfig custom_match = 4;getCustomMatchOrBuilder in interface Matcher.MatcherTreeOrBuilderpublic 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 Matcher.MatcherTree parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Matcher.MatcherTree parseFrom(InputStream input) throws IOException
IOExceptionpublic static Matcher.MatcherTree parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Matcher.MatcherTree parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Matcher.MatcherTree parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Matcher.MatcherTree parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Matcher.MatcherTree parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Matcher.MatcherTree.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Matcher.MatcherTree.Builder newBuilder()
public static Matcher.MatcherTree.Builder newBuilder(Matcher.MatcherTree prototype)
public Matcher.MatcherTree.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Matcher.MatcherTree.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Matcher.MatcherTree getDefaultInstance()
public static com.google.protobuf.Parser<Matcher.MatcherTree> parser()
public com.google.protobuf.Parser<Matcher.MatcherTree> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Matcher.MatcherTree getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.