Uses of Class
com.github.xds.type.matcher.v3.RegexMatcher.Builder
Packages that use RegexMatcher.Builder
-
Uses of RegexMatcher.Builder in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 with type parameters of type RegexMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.safeRegexBuilder_Methods in com.github.xds.type.matcher.v3 that return RegexMatcher.BuilderModifier and TypeMethodDescriptionRegexMatcher.Builder.clear()RegexMatcher.Builder.clearEngineType()RegexMatcher.Builder.clearGoogleRe2()Google's RE2 regex engine.RegexMatcher.Builder.clearRegex()The regex match string.StringMatcher.Builder.getSafeRegexBuilder()The input string must match the regular expression specified here.RegexMatcher.Builder.mergeFrom(RegexMatcher other) RegexMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RegexMatcher.Builder.mergeFrom(com.google.protobuf.Message other) RegexMatcher.Builder.mergeGoogleRe2(RegexMatcher.GoogleRE2 value) Google's RE2 regex engine.static RegexMatcher.BuilderRegexMatcher.newBuilder()static RegexMatcher.BuilderRegexMatcher.newBuilder(RegexMatcher prototype) RegexMatcher.newBuilderForType()protected RegexMatcher.BuilderRegexMatcher.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RegexMatcher.Builder.setGoogleRe2(RegexMatcher.GoogleRE2 value) Google's RE2 regex engine.RegexMatcher.Builder.setGoogleRe2(RegexMatcher.GoogleRE2.Builder builderForValue) Google's RE2 regex engine.The regex match string.RegexMatcher.Builder.setRegexBytes(com.google.protobuf.ByteString value) The regex match string.RegexMatcher.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type RegexMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.getSafeRegexFieldBuilder()The input string must match the regular expression specified here.Methods in com.github.xds.type.matcher.v3 with parameters of type RegexMatcher.BuilderModifier and TypeMethodDescriptionStringMatcher.Builder.setSafeRegex(RegexMatcher.Builder builderForValue) The input string must match the regular expression specified here.