Uses of Class
io.envoyproxy.envoy.type.matcher.RegexMatchAndSubstitute.Builder
Packages that use RegexMatchAndSubstitute.Builder
-
Uses of RegexMatchAndSubstitute.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRouteAction.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.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRouteAction.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. -
Uses of RegexMatchAndSubstitute.Builder in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return RegexMatchAndSubstitute.BuilderModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RegexMatchAndSubstitute.Builder.clear()RegexMatchAndSubstitute.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RegexMatchAndSubstitute.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RegexMatchAndSubstitute.newBuilder()RegexMatchAndSubstitute.newBuilder(RegexMatchAndSubstitute prototype) RegexMatchAndSubstitute.newBuilderForType()protected RegexMatchAndSubstitute.BuilderRegexMatchAndSubstitute.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RegexMatchAndSubstitute.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RegexMatchAndSubstitute.toBuilder()