Uses of Class
com.github.xds.type.matcher.v3.Matcher.Builder
-
-
Uses of Matcher.Builder in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>Matcher.OnMatch.Builder. matcherBuilder_Methods in com.github.xds.type.matcher.v3 that return Matcher.Builder Modifier and Type Method Description Matcher.BuilderMatcher.Builder. clear()Matcher.BuilderMatcher.Builder. clearMatcherList()A linear list of matchers to evaluate.Matcher.BuilderMatcher.Builder. clearMatcherTree()A match tree to evaluate.Matcher.BuilderMatcher.Builder. clearMatcherType()Matcher.BuilderMatcher.Builder. clearOnNoMatch()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.BuilderMatcher.OnMatch.Builder. getMatcherBuilder()Nested matcher to evaluate.Matcher.BuilderMatcher.Builder. mergeFrom(Matcher other)Matcher.BuilderMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Matcher.BuilderMatcher.Builder. mergeFrom(com.google.protobuf.Message other)Matcher.BuilderMatcher.Builder. mergeMatcherList(Matcher.MatcherList value)A linear list of matchers to evaluate.Matcher.BuilderMatcher.Builder. mergeMatcherTree(Matcher.MatcherTree value)A match tree to evaluate.Matcher.BuilderMatcher.Builder. mergeOnNoMatch(Matcher.OnMatch value)Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).static Matcher.BuilderMatcher. newBuilder()static Matcher.BuilderMatcher. newBuilder(Matcher prototype)Matcher.BuilderMatcher. newBuilderForType()protected Matcher.BuilderMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)Matcher.BuilderMatcher.Builder. setMatcherList(Matcher.MatcherList value)A linear list of matchers to evaluate.Matcher.BuilderMatcher.Builder. setMatcherList(Matcher.MatcherList.Builder builderForValue)A linear list of matchers to evaluate.Matcher.BuilderMatcher.Builder. setMatcherTree(Matcher.MatcherTree value)A match tree to evaluate.Matcher.BuilderMatcher.Builder. setMatcherTree(Matcher.MatcherTree.Builder builderForValue)A match tree to evaluate.Matcher.BuilderMatcher.Builder. setOnNoMatch(Matcher.OnMatch value)Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.BuilderMatcher.Builder. setOnNoMatch(Matcher.OnMatch.Builder builderForValue)Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.BuilderMatcher. toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>Matcher.OnMatch.Builder. getMatcherFieldBuilder()Nested matcher to evaluate.Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.Builder Modifier and Type Method Description Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. setMatcher(Matcher.Builder builderForValue)Nested matcher to evaluate. -
Uses of Matcher.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Matcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>Listener.Builder. filterChainMatcherBuilder_Methods in io.envoyproxy.envoy.config.listener.v3 that return Matcher.Builder Modifier and Type Method Description Matcher.BuilderListener.Builder. getFilterChainMatcherBuilder():ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Matcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>Listener.Builder. getFilterChainMatcherFieldBuilder():ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Matcher.Builder Modifier and Type Method Description Listener.BuilderListener.Builder. setFilterChainMatcher(Matcher.Builder builderForValue):ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties. -
Uses of Matcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Matcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>VirtualHost.Builder. matcherBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return Matcher.Builder Modifier and Type Method Description Matcher.BuilderVirtualHost.Builder. getMatcherBuilder()[#next-major-version: This should be included in a oneof with routes wrapped in a message.] The match tree to use when resolving route actions for incoming requests.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Matcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>VirtualHost.Builder. getMatcherFieldBuilder()[#next-major-version: This should be included in a oneof with routes wrapped in a message.] The match tree to use when resolving route actions for incoming requests.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Matcher.Builder Modifier and Type Method Description VirtualHost.BuilderVirtualHost.Builder. setMatcher(Matcher.Builder builderForValue)[#next-major-version: This should be included in a oneof with routes wrapped in a message.] The match tree to use when resolving route actions for incoming requests. -
Uses of Matcher.Builder in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with type parameters of type Matcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RateLimitQuotaFilterConfig.Builder. bucketMatchersBuilder_private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RateLimitQuotaOverride.Builder. bucketMatchersBuilder_Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return Matcher.Builder Modifier and Type Method Description Matcher.BuilderRateLimitQuotaFilterConfig.Builder. getBucketMatchersBuilder()The match tree to use for grouping incoming requests into buckets.Matcher.BuilderRateLimitQuotaOverride.Builder. getBucketMatchersBuilder()The match tree to use for grouping incoming requests into buckets.Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return types with arguments of type Matcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RateLimitQuotaFilterConfig.Builder. getBucketMatchersFieldBuilder()The match tree to use for grouping incoming requests into buckets.private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RateLimitQuotaOverride.Builder. getBucketMatchersFieldBuilder()The match tree to use for grouping incoming requests into buckets.Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with parameters of type Matcher.Builder Modifier and Type Method Description RateLimitQuotaFilterConfig.BuilderRateLimitQuotaFilterConfig.Builder. setBucketMatchers(Matcher.Builder builderForValue)The match tree to use for grouping incoming requests into buckets.RateLimitQuotaOverride.BuilderRateLimitQuotaOverride.Builder. setBucketMatchers(Matcher.Builder builderForValue)The match tree to use for grouping incoming requests into buckets. -
Uses of Matcher.Builder in io.envoyproxy.envoy.extensions.filters.http.rbac.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with type parameters of type Matcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RBAC.Builder. matcherBuilder_private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RBAC.Builder. shadowMatcherBuilder_Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 that return Matcher.Builder Modifier and Type Method Description Matcher.BuilderRBAC.Builder. getMatcherBuilder()The match tree to use when resolving RBAC action for incoming requests.Matcher.BuilderRBAC.Builder. getShadowMatcherBuilder()The match tree to use for emitting stats and logs which can be used for rule testing for incoming requests.Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 that return types with arguments of type Matcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RBAC.Builder. getMatcherFieldBuilder()The match tree to use when resolving RBAC action for incoming requests.private com.google.protobuf.SingleFieldBuilder<Matcher,Matcher.Builder,MatcherOrBuilder>RBAC.Builder. getShadowMatcherFieldBuilder()The match tree to use for emitting stats and logs which can be used for rule testing for incoming requests.Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with parameters of type Matcher.Builder Modifier and Type Method Description RBAC.BuilderRBAC.Builder. setMatcher(Matcher.Builder builderForValue)The match tree to use when resolving RBAC action for incoming requests.RBAC.BuilderRBAC.Builder. setShadowMatcher(Matcher.Builder builderForValue)The match tree to use for emitting stats and logs which can be used for rule testing for incoming requests.
-