Uses of Interface
com.github.xds.type.matcher.v3.RegexMatcher.GoogleRE2OrBuilder
-
Packages that use RegexMatcher.GoogleRE2OrBuilder Package Description com.github.xds.type.matcher.v3 -
-
Uses of RegexMatcher.GoogleRE2OrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement RegexMatcher.GoogleRE2OrBuilder Modifier and Type Class Description static class
RegexMatcher.GoogleRE2
Google's `RE2 <https://github.com/google/re2>`_ regex engine.static class
RegexMatcher.GoogleRE2.Builder
Google's `RE2 <https://github.com/google/re2>`_ regex engine.Fields in com.github.xds.type.matcher.v3 with type parameters of type RegexMatcher.GoogleRE2OrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher.GoogleRE2,RegexMatcher.GoogleRE2.Builder,RegexMatcher.GoogleRE2OrBuilder>
RegexMatcher.Builder. googleRe2Builder_
Methods in com.github.xds.type.matcher.v3 that return RegexMatcher.GoogleRE2OrBuilder Modifier and Type Method Description RegexMatcher.GoogleRE2OrBuilder
RegexMatcher.Builder. getGoogleRe2OrBuilder()
Google's RE2 regex engine.RegexMatcher.GoogleRE2OrBuilder
RegexMatcher. getGoogleRe2OrBuilder()
Google's RE2 regex engine.RegexMatcher.GoogleRE2OrBuilder
RegexMatcherOrBuilder. getGoogleRe2OrBuilder()
Google's RE2 regex engine.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type RegexMatcher.GoogleRE2OrBuilder 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.
-