Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatcher.Builder
-
Packages that use RegexMatcher.Builder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatcher.Builder 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 RegexMatcher.Builder Modifier and Type Method Description RegexMatcher.BuilderRouteMatch.Builder. getSafeRegexBuilder()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcher.BuilderHeaderMatcher.Builder. getSafeRegexMatchBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatcher.Builder 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.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatcher.Builder Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. setSafeRegex(RegexMatcher.Builder builderForValue)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.Builder builderForValue)Deprecated. -
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type RegexMatcher.Builder 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 RegexMatcher.Builder Modifier and Type Method Description RegexMatcher.BuilderRegexMatcher.Builder. clear()RegexMatcher.BuilderRegexMatcher.Builder. clearEngineType()RegexMatcher.BuilderRegexMatcher.Builder. clearGoogleRe2()Deprecated.RegexMatcher.BuilderRegexMatcher.Builder. clearRegex()The regex match string.RegexMatcher.BuilderRegexMatchAndSubstitute.Builder. getPatternBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcher.BuilderStringMatcher.Builder. getSafeRegexBuilder()The input string must match the regular expression specified here.RegexMatcher.BuilderRegexMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RegexMatcher.BuilderRegexMatcher.Builder. mergeFrom(com.google.protobuf.Message other)RegexMatcher.BuilderRegexMatcher.Builder. mergeFrom(RegexMatcher other)RegexMatcher.BuilderRegexMatcher.Builder. mergeGoogleRe2(RegexMatcher.GoogleRE2 value)Deprecated.static RegexMatcher.BuilderRegexMatcher. newBuilder()static RegexMatcher.BuilderRegexMatcher. newBuilder(RegexMatcher prototype)RegexMatcher.BuilderRegexMatcher. newBuilderForType()protected RegexMatcher.BuilderRegexMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)RegexMatcher.BuilderRegexMatcher.Builder. setGoogleRe2(RegexMatcher.GoogleRE2 value)Deprecated.RegexMatcher.BuilderRegexMatcher.Builder. setGoogleRe2(RegexMatcher.GoogleRE2.Builder builderForValue)Deprecated.RegexMatcher.BuilderRegexMatcher.Builder. setRegex(java.lang.String value)The regex match string.RegexMatcher.BuilderRegexMatcher.Builder. setRegexBytes(com.google.protobuf.ByteString value)The regex match string.RegexMatcher.BuilderRegexMatcher. toBuilder()Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type RegexMatcher.Builder 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.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type RegexMatcher.Builder Modifier and Type Method Description 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.StringMatcher.BuilderStringMatcher.Builder. setSafeRegex(RegexMatcher.Builder builderForValue)The input string must match the regular expression specified here.
-