Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherTree
-
Packages that use Matcher.MatcherTree Package Description com.github.xds.type.matcher.v3 -
-
Uses of Matcher.MatcherTree in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as Matcher.MatcherTree Modifier and Type Field Description private static Matcher.MatcherTree
Matcher.MatcherTree. DEFAULT_INSTANCE
Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.MatcherTree Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder>
Matcher.Builder. matcherTreeBuilder_
private static com.google.protobuf.Parser<Matcher.MatcherTree>
Matcher.MatcherTree. PARSER
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherTree Modifier and Type Method Description Matcher.MatcherTree
Matcher.MatcherTree.Builder. build()
Matcher.MatcherTree
Matcher.MatcherTree.Builder. buildPartial()
static Matcher.MatcherTree
Matcher.MatcherTree. getDefaultInstance()
Matcher.MatcherTree
Matcher.MatcherTree.Builder. getDefaultInstanceForType()
Matcher.MatcherTree
Matcher.MatcherTree. getDefaultInstanceForType()
Matcher.MatcherTree
Matcher.Builder. getMatcherTree()
A match tree to evaluate.Matcher.MatcherTree
Matcher. getMatcherTree()
A match tree to evaluate.Matcher.MatcherTree
MatcherOrBuilder. getMatcherTree()
A match tree to evaluate.static Matcher.MatcherTree
Matcher.MatcherTree. parseDelimitedFrom(java.io.InputStream input)
static Matcher.MatcherTree
Matcher.MatcherTree. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(byte[] data)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(com.google.protobuf.ByteString data)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(com.google.protobuf.CodedInputStream input)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(java.io.InputStream input)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(java.nio.ByteBuffer data)
static Matcher.MatcherTree
Matcher.MatcherTree. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherTree Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherTree,Matcher.MatcherTree.Builder,Matcher.MatcherTreeOrBuilder>
Matcher.Builder. getMatcherTreeFieldBuilder()
A match tree to evaluate.com.google.protobuf.Parser<Matcher.MatcherTree>
Matcher.MatcherTree. getParserForType()
static com.google.protobuf.Parser<Matcher.MatcherTree>
Matcher.MatcherTree. parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherTree Modifier and Type Method Description private void
Matcher.MatcherTree.Builder. buildPartial0(Matcher.MatcherTree result)
private void
Matcher.MatcherTree.Builder. buildPartialOneofs(Matcher.MatcherTree result)
Matcher.MatcherTree.Builder
Matcher.MatcherTree.Builder. mergeFrom(Matcher.MatcherTree other)
Matcher.Builder
Matcher.Builder. mergeMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.static Matcher.MatcherTree.Builder
Matcher.MatcherTree. newBuilder(Matcher.MatcherTree prototype)
Matcher.Builder
Matcher.Builder. setMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.
-