Uses of Class
io.envoyproxy.envoy.type.matcher.RegexMatchAndSubstitute
-
Packages that use RegexMatchAndSubstitute Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.type.matcher -
-
Uses of RegexMatchAndSubstitute in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatchAndSubstitute Modifier and Type Method Description RegexMatchAndSubstituteRouteAction.Builder. getRegexRewrite()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.RegexMatchAndSubstituteRouteAction. getRegexRewrite()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.RegexMatchAndSubstituteRouteActionOrBuilder. getRegexRewrite()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.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RegexMatchAndSubstitute Modifier and Type Method Description RouteAction.BuilderRouteAction.Builder. mergeRegexRewrite(RegexMatchAndSubstitute value)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.BuilderRouteAction.Builder. setRegexRewrite(RegexMatchAndSubstitute value)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. -
Uses of RegexMatchAndSubstitute in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return RegexMatchAndSubstitute Modifier and Type Method Description RegexMatchAndSubstituteRegexMatchAndSubstitute.Builder. build()RegexMatchAndSubstituteRegexMatchAndSubstitute.Builder. buildPartial()static RegexMatchAndSubstituteRegexMatchAndSubstitute. getDefaultInstance()RegexMatchAndSubstituteRegexMatchAndSubstitute.Builder. getDefaultInstanceForType()RegexMatchAndSubstituteRegexMatchAndSubstitute. getDefaultInstanceForType()static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseDelimitedFrom(InputStream input)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(byte[] data)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(com.google.protobuf.ByteString data)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(com.google.protobuf.CodedInputStream input)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(InputStream input)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(ByteBuffer data)static RegexMatchAndSubstituteRegexMatchAndSubstitute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type RegexMatchAndSubstitute Modifier and Type Method Description com.google.protobuf.Parser<RegexMatchAndSubstitute>RegexMatchAndSubstitute. getParserForType()static com.google.protobuf.Parser<RegexMatchAndSubstitute>RegexMatchAndSubstitute. parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type RegexMatchAndSubstitute Modifier and Type Method Description RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.Builder. mergeFrom(RegexMatchAndSubstitute other)static RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute. newBuilder(RegexMatchAndSubstitute prototype)
-