Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatcher.Builder
Packages that use RegexMatcher.Builder
-
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> RouteMatch.Builder.safeRegexBuilder_
private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> HeaderMatcher.Builder.safeRegexMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getSafeRegexBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.HeaderMatcher.Builder.getSafeRegexMatchBuilder()
Deprecated.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> RouteMatch.Builder.getSafeRegexFieldBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> HeaderMatcher.Builder.getSafeRegexMatchFieldBuilder()
If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.setSafeRegex
(RegexMatcher.Builder builderForValue) If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.HeaderMatcher.Builder.setSafeRegexMatch
(RegexMatcher.Builder builderForValue) Deprecated. -
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type RegexMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> RegexMatchAndSubstitute.Builder.patternBuilder_
private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.safeRegexBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcher.BuilderModifier and TypeMethodDescriptionRegexMatcher.Builder.clear()
RegexMatcher.Builder.clearEngineType()
RegexMatcher.Builder.clearGoogleRe2()
Deprecated.RegexMatcher.Builder.clearRegex()
The regex match string.RegexMatchAndSubstitute.Builder.getPatternBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder.getSafeRegexBuilder()
The input string must match the regular expression specified here.RegexMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RegexMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) RegexMatcher.Builder.mergeFrom
(RegexMatcher other) RegexMatcher.Builder.mergeGoogleRe2
(RegexMatcher.GoogleRE2 value) Deprecated.static RegexMatcher.Builder
RegexMatcher.newBuilder()
static RegexMatcher.Builder
RegexMatcher.newBuilder
(RegexMatcher prototype) RegexMatcher.newBuilderForType()
protected RegexMatcher.Builder
RegexMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RegexMatcher.Builder.setGoogleRe2
(RegexMatcher.GoogleRE2 value) Deprecated.RegexMatcher.Builder.setGoogleRe2
(RegexMatcher.GoogleRE2.Builder builderForValue) Deprecated.The regex match string.RegexMatcher.Builder.setRegexBytes
(com.google.protobuf.ByteString value) The regex match string.RegexMatcher.toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type RegexMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> RegexMatchAndSubstitute.Builder.getPatternFieldBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.private com.google.protobuf.SingleFieldBuilder
<RegexMatcher, RegexMatcher.Builder, RegexMatcherOrBuilder> StringMatcher.Builder.getSafeRegexFieldBuilder()
The input string must match the regular expression specified here.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type RegexMatcher.BuilderModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.setPattern
(RegexMatcher.Builder builderForValue) The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder.setSafeRegex
(RegexMatcher.Builder builderForValue) The input string must match the regular expression specified here.