Package com.github.xds.type.matcher.v3
Class Matcher.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Matcher.Builder>
-
- com.github.xds.type.matcher.v3.Matcher.Builder
-
- All Implemented Interfaces:
MatcherOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Matcher
public static final class Matcher.Builder extends com.google.protobuf.GeneratedMessage.Builder<Matcher.Builder> implements MatcherOrBuilder
A matcher, which may traverse a matching tree in order to result in a match action. During matching, the tree will be traversed until a match is found, or if no match is found the action specified by the most specific on_no_match will be evaluated. As an on_no_match might result in another matching tree being evaluated, this process might repeat several times until the final OnMatch (or no match) is decided.
Protobuf typexds.type.matcher.v3.Matcher
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder>
matcherListBuilder_
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder>
matcherTreeBuilder_
private java.lang.Object
matcherType_
private int
matcherTypeCase_
private Matcher.OnMatch
onNoMatch_
private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch,Matcher.OnMatch.Builder,Matcher.OnMatchOrBuilder>
onNoMatchBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcher
build()
Matcher
buildPartial()
private void
buildPartial0(Matcher result)
private void
buildPartialOneofs(Matcher result)
Matcher.Builder
clear()
Matcher.Builder
clearMatcherList()
A linear list of matchers to evaluate.Matcher.Builder
clearMatcherTree()
A match tree to evaluate.Matcher.Builder
clearMatcherType()
Matcher.Builder
clearOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Matcher.MatcherList
getMatcherList()
A linear list of matchers to evaluate.Matcher.MatcherList.Builder
getMatcherListBuilder()
A linear list of matchers to evaluate.private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder>
getMatcherListFieldBuilder()
A linear list of matchers to evaluate.Matcher.MatcherListOrBuilder
getMatcherListOrBuilder()
A linear list of matchers to evaluate.Matcher.MatcherTree
getMatcherTree()
A match tree to evaluate.Matcher.MatcherTree.Builder
getMatcherTreeBuilder()
A match tree to evaluate.private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder>
getMatcherTreeFieldBuilder()
A match tree to evaluate.Matcher.MatcherTreeOrBuilder
getMatcherTreeOrBuilder()
A match tree to evaluate.Matcher.MatcherTypeCase
getMatcherTypeCase()
Matcher.OnMatch
getOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.OnMatch.Builder
getOnNoMatchBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch,Matcher.OnMatch.Builder,Matcher.OnMatchOrBuilder>
getOnNoMatchFieldBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.OnMatchOrBuilder
getOnNoMatchOrBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).boolean
hasMatcherList()
A linear list of matchers to evaluate.boolean
hasMatcherTree()
A match tree to evaluate.boolean
hasOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
Matcher.Builder
mergeFrom(Matcher other)
Matcher.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Matcher.Builder
mergeFrom(com.google.protobuf.Message other)
Matcher.Builder
mergeMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.Matcher.Builder
mergeMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.Matcher.Builder
mergeOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.Builder
setMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.Matcher.Builder
setMatcherList(Matcher.MatcherList.Builder builderForValue)
A linear list of matchers to evaluate.Matcher.Builder
setMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.Matcher.Builder
setMatcherTree(Matcher.MatcherTree.Builder builderForValue)
A match tree to evaluate.Matcher.Builder
setOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.Builder
setOnNoMatch(Matcher.OnMatch.Builder builderForValue)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
matcherTypeCase_
private int matcherTypeCase_
-
matcherType_
private java.lang.Object matcherType_
-
bitField0_
private int bitField0_
-
matcherListBuilder_
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder> matcherListBuilder_
-
matcherTreeBuilder_
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder> matcherTreeBuilder_
-
onNoMatch_
private Matcher.OnMatch onNoMatch_
-
onNoMatchBuilder_
private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch,Matcher.OnMatch.Builder,Matcher.OnMatchOrBuilder> onNoMatchBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Matcher.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public Matcher.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Matcher.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Matcher.Builder>
-
getDefaultInstanceForType
public Matcher getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Matcher build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Matcher buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(Matcher result)
-
buildPartialOneofs
private void buildPartialOneofs(Matcher result)
-
mergeFrom
public Matcher.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Matcher.Builder>
-
mergeFrom
public Matcher.Builder mergeFrom(Matcher other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Matcher.Builder>
-
mergeFrom
public Matcher.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Matcher.Builder>
- Throws:
java.io.IOException
-
getMatcherTypeCase
public Matcher.MatcherTypeCase getMatcherTypeCase()
- Specified by:
getMatcherTypeCase
in interfaceMatcherOrBuilder
-
clearMatcherType
public Matcher.Builder clearMatcherType()
-
hasMatcherList
public boolean hasMatcherList()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
- Specified by:
hasMatcherList
in interfaceMatcherOrBuilder
- Returns:
- Whether the matcherList field is set.
-
getMatcherList
public Matcher.MatcherList getMatcherList()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
- Specified by:
getMatcherList
in interfaceMatcherOrBuilder
- Returns:
- The matcherList.
-
setMatcherList
public Matcher.Builder setMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
setMatcherList
public Matcher.Builder setMatcherList(Matcher.MatcherList.Builder builderForValue)
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
mergeMatcherList
public Matcher.Builder mergeMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
clearMatcherList
public Matcher.Builder clearMatcherList()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
getMatcherListBuilder
public Matcher.MatcherList.Builder getMatcherListBuilder()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
getMatcherListOrBuilder
public Matcher.MatcherListOrBuilder getMatcherListOrBuilder()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
- Specified by:
getMatcherListOrBuilder
in interfaceMatcherOrBuilder
-
getMatcherListFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder> getMatcherListFieldBuilder()
A linear list of matchers to evaluate.
.xds.type.matcher.v3.Matcher.MatcherList matcher_list = 1;
-
hasMatcherTree
public boolean hasMatcherTree()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
- Specified by:
hasMatcherTree
in interfaceMatcherOrBuilder
- Returns:
- Whether the matcherTree field is set.
-
getMatcherTree
public Matcher.MatcherTree getMatcherTree()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
- Specified by:
getMatcherTree
in interfaceMatcherOrBuilder
- Returns:
- The matcherTree.
-
setMatcherTree
public Matcher.Builder setMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
setMatcherTree
public Matcher.Builder setMatcherTree(Matcher.MatcherTree.Builder builderForValue)
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
mergeMatcherTree
public Matcher.Builder mergeMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
clearMatcherTree
public Matcher.Builder clearMatcherTree()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
getMatcherTreeBuilder
public Matcher.MatcherTree.Builder getMatcherTreeBuilder()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
getMatcherTreeOrBuilder
public Matcher.MatcherTreeOrBuilder getMatcherTreeOrBuilder()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
- Specified by:
getMatcherTreeOrBuilder
in interfaceMatcherOrBuilder
-
getMatcherTreeFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder> getMatcherTreeFieldBuilder()
A match tree to evaluate.
.xds.type.matcher.v3.Matcher.MatcherTree matcher_tree = 2;
-
hasOnNoMatch
public boolean hasOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
- Specified by:
hasOnNoMatch
in interfaceMatcherOrBuilder
- Returns:
- Whether the onNoMatch field is set.
-
getOnNoMatch
public Matcher.OnMatch getOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
- Specified by:
getOnNoMatch
in interfaceMatcherOrBuilder
- Returns:
- The onNoMatch.
-
setOnNoMatch
public Matcher.Builder setOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
setOnNoMatch
public Matcher.Builder setOnNoMatch(Matcher.OnMatch.Builder builderForValue)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
mergeOnNoMatch
public Matcher.Builder mergeOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
clearOnNoMatch
public Matcher.Builder clearOnNoMatch()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
getOnNoMatchBuilder
public Matcher.OnMatch.Builder getOnNoMatchBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
getOnNoMatchOrBuilder
public Matcher.OnMatchOrBuilder getOnNoMatchOrBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
- Specified by:
getOnNoMatchOrBuilder
in interfaceMatcherOrBuilder
-
getOnNoMatchFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch,Matcher.OnMatch.Builder,Matcher.OnMatchOrBuilder> getOnNoMatchFieldBuilder()
Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded). If no matcher above matched and this field is not populated, the match will be considered unsuccessful.
.xds.type.matcher.v3.Matcher.OnMatch on_no_match = 3;
-
-