Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatchAndSubstitute.Builder
Packages that use RegexMatchAndSubstitute.Builder
-
Uses of RegexMatchAndSubstitute.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatchAndSubstitute.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.Builder.hostRewritePathRegexBuilder_
private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RedirectAction.Builder.regexRewriteBuilder_
private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.Builder.regexRewriteBuilder_
private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.HashPolicy.Header.Builder.regexRewriteBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.getHostRewritePathRegexBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.RedirectAction.Builder.getRegexRewriteBuilder()
Indicates that during redirect, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.Builder.getRegexRewriteBuilder()
Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.HashPolicy.Header.Builder.getRegexRewriteBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.Builder.getHostRewritePathRegexFieldBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RedirectAction.Builder.getRegexRewriteFieldBuilder()
Indicates that during redirect, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.Builder.getRegexRewriteFieldBuilder()
Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.private com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.HashPolicy.Header.Builder.getRegexRewriteFieldBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setHostRewritePathRegex
(RegexMatchAndSubstitute.Builder builderForValue) Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.RedirectAction.Builder.setRegexRewrite
(RegexMatchAndSubstitute.Builder builderForValue) Indicates that during redirect, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.Builder.setRegexRewrite
(RegexMatchAndSubstitute.Builder builderForValue) Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.HashPolicy.Header.Builder.setRegexRewrite
(RegexMatchAndSubstitute.Builder builderForValue) If specified, the request header value will be rewritten and used to produce the hash key. -
Uses of RegexMatchAndSubstitute.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.clear()
RegexMatchAndSubstitute.Builder.clearPattern()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.Builder.clearSubstitution()
The string that should be substituted into matching portions of the subject string during a substitution operation to produce a new string.RegexMatchAndSubstitute.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RegexMatchAndSubstitute.Builder.mergeFrom
(com.google.protobuf.Message other) RegexMatchAndSubstitute.Builder.mergeFrom
(RegexMatchAndSubstitute other) RegexMatchAndSubstitute.Builder.mergePattern
(RegexMatcher value) The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.newBuilder()
RegexMatchAndSubstitute.newBuilder
(RegexMatchAndSubstitute prototype) RegexMatchAndSubstitute.newBuilderForType()
protected RegexMatchAndSubstitute.Builder
RegexMatchAndSubstitute.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RegexMatchAndSubstitute.Builder.setPattern
(RegexMatcher value) The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.Builder.setPattern
(RegexMatcher.Builder builderForValue) The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.Builder.setSubstitution
(String value) The string that should be substituted into matching portions of the subject string during a substitution operation to produce a new string.RegexMatchAndSubstitute.Builder.setSubstitutionBytes
(com.google.protobuf.ByteString value) The string that should be substituted into matching portions of the subject string during a substitution operation to produce a new string.RegexMatchAndSubstitute.toBuilder()