Uses of Class
com.github.xds.type.matcher.v3.RegexMatcher
Packages that use RegexMatcher
-
Uses of RegexMatcher in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as RegexMatcherFields in com.github.xds.type.matcher.v3 with type parameters of type RegexMatcherModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RegexMatcher> RegexMatcher.PARSER
private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.safeRegexBuilder_
Methods in com.github.xds.type.matcher.v3 that return RegexMatcherModifier and TypeMethodDescriptionRegexMatcher.Builder.build()
RegexMatcher.Builder.buildPartial()
static RegexMatcher
RegexMatcher.getDefaultInstance()
RegexMatcher.Builder.getDefaultInstanceForType()
RegexMatcher.getDefaultInstanceForType()
StringMatcher.Builder.getSafeRegex()
The input string must match the regular expression specified here.StringMatcher.getSafeRegex()
The input string must match the regular expression specified here.StringMatcherOrBuilder.getSafeRegex()
The input string must match the regular expression specified here.static RegexMatcher
RegexMatcher.parseDelimitedFrom
(InputStream input) static RegexMatcher
RegexMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatcher
RegexMatcher.parseFrom
(byte[] data) static RegexMatcher
RegexMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatcher
RegexMatcher.parseFrom
(com.google.protobuf.ByteString data) static RegexMatcher
RegexMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatcher
RegexMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static RegexMatcher
RegexMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatcher
RegexMatcher.parseFrom
(InputStream input) static RegexMatcher
RegexMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatcher
RegexMatcher.parseFrom
(ByteBuffer data) static RegexMatcher
RegexMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.matcher.v3 that return types with arguments of type RegexMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RegexMatcher> RegexMatcher.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.getSafeRegexFieldBuilder()
The input string must match the regular expression specified here.static com.google.protobuf.Parser
<RegexMatcher> RegexMatcher.parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type RegexMatcherModifier and TypeMethodDescriptionprivate void
RegexMatcher.Builder.buildPartial0
(RegexMatcher result) private void
RegexMatcher.Builder.buildPartialOneofs
(RegexMatcher result) RegexMatcher.Builder.mergeFrom
(RegexMatcher other) StringMatcher.Builder.mergeSafeRegex
(RegexMatcher value) The input string must match the regular expression specified here.static RegexMatcher.Builder
RegexMatcher.newBuilder
(RegexMatcher prototype) StringMatcher.Builder.setSafeRegex
(RegexMatcher value) The input string must match the regular expression specified here.