Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.RegexMatcherOrBuilder
-
Packages that use RegexMatcherOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RouteMatch.Builder. safeRegexBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
HeaderMatcher.Builder. safeRegexMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilder
HeaderMatcher.Builder. getSafeRegexMatchOrBuilder()
Deprecated.RegexMatcherOrBuilder
HeaderMatcher. getSafeRegexMatchOrBuilder()
Deprecated.RegexMatcherOrBuilder
HeaderMatcherOrBuilder. getSafeRegexMatchOrBuilder()
Deprecated.RegexMatcherOrBuilder
RouteMatch.Builder. getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherOrBuilder
RouteMatch. getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherOrBuilder
RouteMatchOrBuilder. getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RouteMatch.Builder. getSafeRegexFieldBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
HeaderMatcher.Builder. getSafeRegexMatchFieldBuilder()
If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex. -
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement RegexMatcherOrBuilder Modifier and Type Class Description class
RegexMatcher
A regex matcher designed for safety when used with untrusted input.static class
RegexMatcher.Builder
A regex matcher designed for safety when used with untrusted input.Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type RegexMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RegexMatchAndSubstitute.Builder. patternBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. safeRegexBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilder
RegexMatchAndSubstitute.Builder. getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilder
RegexMatchAndSubstitute. getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilder
RegexMatchAndSubstituteOrBuilder. getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilder
StringMatcher.Builder. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.RegexMatcherOrBuilder
StringMatcher. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.RegexMatcherOrBuilder
StringMatcherOrBuilder. getSafeRegexOrBuilder()
The input string must match the regular expression specified here.Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type RegexMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RegexMatchAndSubstitute.Builder. getPatternFieldBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. getSafeRegexFieldBuilder()
The input string must match the regular expression specified here.
-