Uses of Class
com.github.xds.type.matcher.v3.RegexMatcher.GoogleRE2
-
Packages that use RegexMatcher.GoogleRE2 Package Description com.github.xds.type.matcher.v3 -
-
Uses of RegexMatcher.GoogleRE2 in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as RegexMatcher.GoogleRE2 Modifier and Type Field Description private static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. DEFAULT_INSTANCE
Fields in com.github.xds.type.matcher.v3 with type parameters of type RegexMatcher.GoogleRE2 Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher.GoogleRE2,RegexMatcher.GoogleRE2.Builder,RegexMatcher.GoogleRE2OrBuilder>
RegexMatcher.Builder. googleRe2Builder_
private static com.google.protobuf.Parser<RegexMatcher.GoogleRE2>
RegexMatcher.GoogleRE2. PARSER
Methods in com.github.xds.type.matcher.v3 that return RegexMatcher.GoogleRE2 Modifier and Type Method Description RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2.Builder. build()
RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2.Builder. buildPartial()
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. getDefaultInstance()
RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2.Builder. getDefaultInstanceForType()
RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. getDefaultInstanceForType()
RegexMatcher.GoogleRE2
RegexMatcher.Builder. getGoogleRe2()
Google's RE2 regex engine.RegexMatcher.GoogleRE2
RegexMatcher. getGoogleRe2()
Google's RE2 regex engine.RegexMatcher.GoogleRE2
RegexMatcherOrBuilder. getGoogleRe2()
Google's RE2 regex engine.static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseDelimitedFrom(java.io.InputStream input)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(byte[] data)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(com.google.protobuf.ByteString data)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(com.google.protobuf.CodedInputStream input)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(java.io.InputStream input)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. parseFrom(java.nio.ByteBuffer data)
static RegexMatcher.GoogleRE2
RegexMatcher.GoogleRE2. 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 RegexMatcher.GoogleRE2 Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher.GoogleRE2,RegexMatcher.GoogleRE2.Builder,RegexMatcher.GoogleRE2OrBuilder>
RegexMatcher.Builder. getGoogleRe2FieldBuilder()
Google's RE2 regex engine.com.google.protobuf.Parser<RegexMatcher.GoogleRE2>
RegexMatcher.GoogleRE2. getParserForType()
static com.google.protobuf.Parser<RegexMatcher.GoogleRE2>
RegexMatcher.GoogleRE2. parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type RegexMatcher.GoogleRE2 Modifier and Type Method Description RegexMatcher.GoogleRE2.Builder
RegexMatcher.GoogleRE2.Builder. mergeFrom(RegexMatcher.GoogleRE2 other)
RegexMatcher.Builder
RegexMatcher.Builder. mergeGoogleRe2(RegexMatcher.GoogleRE2 value)
Google's RE2 regex engine.static RegexMatcher.GoogleRE2.Builder
RegexMatcher.GoogleRE2. newBuilder(RegexMatcher.GoogleRE2 prototype)
RegexMatcher.Builder
RegexMatcher.Builder. setGoogleRe2(RegexMatcher.GoogleRE2 value)
Google's RE2 regex engine.
-