Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatchAndSubstitute.Builder
-
Packages that use RegexMatchAndSubstitute.Builder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description RegexMatchAndSubstitute.BuilderRouteAction.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.RegexMatchAndSubstitute.BuilderRedirectAction.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.RegexMatchAndSubstitute.BuilderRouteAction.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.RegexMatchAndSubstitute.BuilderRouteAction.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.Builder Modifier and Type Method Description private 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.Builder Modifier and Type Method Description RouteAction.BuilderRouteAction.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.BuilderRedirectAction.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.BuilderRouteAction.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.BuilderRouteAction.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.Builder Modifier and Type Method Description RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. clear()RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. clearPattern()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.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.BuilderRegexMatchAndSubstitute.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. mergeFrom(com.google.protobuf.Message other)RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. mergeFrom(RegexMatchAndSubstitute other)RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. mergePattern(RegexMatcher value)The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.static RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute. newBuilder()static RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute. newBuilder(RegexMatchAndSubstitute prototype)RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute. newBuilderForType()protected RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. setPattern(RegexMatcher value)The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.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.BuilderRegexMatchAndSubstitute.Builder. setSubstitution(java.lang.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.BuilderRegexMatchAndSubstitute.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.BuilderRegexMatchAndSubstitute. toBuilder()
-