Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList
-
Packages that use Matcher.MatcherList Package Description com.github.xds.type.matcher.v3 -
-
Uses of Matcher.MatcherList in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as Matcher.MatcherList Modifier and Type Field Description private static Matcher.MatcherList
Matcher.MatcherList. DEFAULT_INSTANCE
Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.MatcherList Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder>
Matcher.Builder. matcherListBuilder_
private static com.google.protobuf.Parser<Matcher.MatcherList>
Matcher.MatcherList. PARSER
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherList Modifier and Type Method Description Matcher.MatcherList
Matcher.MatcherList.Builder. build()
Matcher.MatcherList
Matcher.MatcherList.Builder. buildPartial()
static Matcher.MatcherList
Matcher.MatcherList. getDefaultInstance()
Matcher.MatcherList
Matcher.MatcherList.Builder. getDefaultInstanceForType()
Matcher.MatcherList
Matcher.MatcherList. getDefaultInstanceForType()
Matcher.MatcherList
Matcher.Builder. getMatcherList()
A linear list of matchers to evaluate.Matcher.MatcherList
Matcher. getMatcherList()
A linear list of matchers to evaluate.Matcher.MatcherList
MatcherOrBuilder. getMatcherList()
A linear list of matchers to evaluate.static Matcher.MatcherList
Matcher.MatcherList. parseDelimitedFrom(java.io.InputStream input)
static Matcher.MatcherList
Matcher.MatcherList. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(byte[] data)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(com.google.protobuf.ByteString data)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(com.google.protobuf.CodedInputStream input)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(java.io.InputStream input)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Matcher.MatcherList
Matcher.MatcherList. parseFrom(java.nio.ByteBuffer data)
static Matcher.MatcherList
Matcher.MatcherList. 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.MatcherList Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList,Matcher.MatcherList.Builder,Matcher.MatcherListOrBuilder>
Matcher.Builder. getMatcherListFieldBuilder()
A linear list of matchers to evaluate.com.google.protobuf.Parser<Matcher.MatcherList>
Matcher.MatcherList. getParserForType()
static com.google.protobuf.Parser<Matcher.MatcherList>
Matcher.MatcherList. parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList Modifier and Type Method Description private void
Matcher.MatcherList.Builder. buildPartial0(Matcher.MatcherList result)
private void
Matcher.MatcherList.Builder. buildPartialRepeatedFields(Matcher.MatcherList result)
Matcher.MatcherList.Builder
Matcher.MatcherList.Builder. mergeFrom(Matcher.MatcherList other)
Matcher.Builder
Matcher.Builder. mergeMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.static Matcher.MatcherList.Builder
Matcher.MatcherList. newBuilder(Matcher.MatcherList prototype)
Matcher.Builder
Matcher.Builder. setMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.
-