Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatcher
-
Packages that use RegexMatcher Package Description io.envoyproxy.envoy.config.common.mutation_rules.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of RegexMatcher in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcherHeaderMutationRules.Builder. getAllowExpression()If set, specifically allow any header that matches this regular expression.RegexMatcherHeaderMutationRules. getAllowExpression()If set, specifically allow any header that matches this regular expression.RegexMatcherHeaderMutationRulesOrBuilder. getAllowExpression()If set, specifically allow any header that matches this regular expression.RegexMatcherHeaderMutationRules.Builder. getDisallowExpression()If set, specifically disallow any header that matches this regular expression regardless of any other settings.RegexMatcherHeaderMutationRules. getDisallowExpression()If set, specifically disallow any header that matches this regular expression regardless of any other settings.RegexMatcherHeaderMutationRulesOrBuilder. getDisallowExpression()If set, specifically disallow any header that matches this regular expression regardless of any other settings.Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type RegexMatcher Modifier and Type Method Description HeaderMutationRules.BuilderHeaderMutationRules.Builder. mergeAllowExpression(RegexMatcher value)If set, specifically allow any header that matches this regular expression.HeaderMutationRules.BuilderHeaderMutationRules.Builder. mergeDisallowExpression(RegexMatcher value)If set, specifically disallow any header that matches this regular expression regardless of any other settings.HeaderMutationRules.BuilderHeaderMutationRules.Builder. setAllowExpression(RegexMatcher value)If set, specifically allow any header that matches this regular expression.HeaderMutationRules.BuilderHeaderMutationRules.Builder. setDisallowExpression(RegexMatcher value)If set, specifically disallow any header that matches this regular expression regardless of any other settings. -
Uses of RegexMatcher in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcherRouteMatch.Builder. getSafeRegex()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherRouteMatch. getSafeRegex()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherRouteMatchOrBuilder. getSafeRegex()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherHeaderMatcher.Builder. getSafeRegexMatch()Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.RegexMatcherHeaderMatcher. getSafeRegexMatch()Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.RegexMatcherHeaderMatcherOrBuilder. getSafeRegexMatch()Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatcher Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. mergeSafeRegex(RegexMatcher value)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.BuilderHeaderMatcher.Builder. mergeSafeRegexMatch(RegexMatcher value)Deprecated.RouteMatch.BuilderRouteMatch.Builder. setSafeRegex(RegexMatcher value)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.BuilderHeaderMatcher.Builder. setSafeRegexMatch(RegexMatcher value)Deprecated. -
Uses of RegexMatcher in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcherRegexMatcher.Builder. build()RegexMatcherRegexMatcher.Builder. buildPartial()static RegexMatcherRegexMatcher. getDefaultInstance()RegexMatcherRegexMatcher.Builder. getDefaultInstanceForType()RegexMatcherRegexMatcher. getDefaultInstanceForType()RegexMatcherRegexMatchAndSubstitute.Builder. getPattern()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherRegexMatchAndSubstitute. getPattern()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherRegexMatchAndSubstituteOrBuilder. getPattern()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherStringMatcher.Builder. getSafeRegex()The input string must match the regular expression specified here.RegexMatcherStringMatcher. getSafeRegex()The input string must match the regular expression specified here.RegexMatcherStringMatcherOrBuilder. getSafeRegex()The input string must match the regular expression specified here.static RegexMatcherRegexMatcher. parseDelimitedFrom(InputStream input)static RegexMatcherRegexMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(byte[] data)static RegexMatcherRegexMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.ByteString data)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static RegexMatcherRegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(InputStream input)static RegexMatcherRegexMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegexMatcherRegexMatcher. parseFrom(ByteBuffer data)static RegexMatcherRegexMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type RegexMatcher Modifier and Type Method Description com.google.protobuf.Parser<RegexMatcher>RegexMatcher. getParserForType()static com.google.protobuf.Parser<RegexMatcher>RegexMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type RegexMatcher Modifier and Type Method Description RegexMatcher.BuilderRegexMatcher.Builder. mergeFrom(RegexMatcher 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.StringMatcher.BuilderStringMatcher.Builder. mergeSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.static RegexMatcher.BuilderRegexMatcher. newBuilder(RegexMatcher prototype)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.StringMatcher.BuilderStringMatcher.Builder. setSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.
-