Uses of Class
io.envoyproxy.envoy.config.route.v3.QueryParameterMatcher.Builder
Packages that use QueryParameterMatcher.Builder
-
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type QueryParameterMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<QueryParameterMatcher, QueryParameterMatcher.Builder, QueryParameterMatcherOrBuilder> RateLimit.Action.QueryParameterValueMatch.Builder.queryParametersBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<QueryParameterMatcher, QueryParameterMatcher.Builder, QueryParameterMatcherOrBuilder> RouteMatch.Builder.queryParametersBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.addQueryParametersBuilder()
Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.addQueryParametersBuilder
(int index) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.addQueryParametersBuilder()
Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParametersBuilder
(int index) Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.Builder.clear()
QueryParameterMatcher.Builder.clearName()
Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.clearPresentMatch()
Specifies whether a query parameter should be present.QueryParameterMatcher.Builder.clearQueryParameterMatchSpecifier()
QueryParameterMatcher.Builder.clearStringMatch()
Specifies whether a query parameter value should match against a string.RateLimit.Action.QueryParameterValueMatch.Builder.getQueryParametersBuilder
(int index) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.getQueryParametersBuilder
(int index) Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) QueryParameterMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) QueryParameterMatcher.Builder.mergeFrom
(QueryParameterMatcher other) QueryParameterMatcher.Builder.mergeStringMatch
(StringMatcher value) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.newBuilder()
QueryParameterMatcher.newBuilder
(QueryParameterMatcher prototype) QueryParameterMatcher.newBuilderForType()
protected QueryParameterMatcher.Builder
QueryParameterMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.setNameBytes
(com.google.protobuf.ByteString value) Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.setPresentMatch
(boolean value) Specifies whether a query parameter should be present.QueryParameterMatcher.Builder.setStringMatch
(StringMatcher value) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.setStringMatch
(StringMatcher.Builder builderForValue) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.getQueryParametersBuilderList()
Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.getQueryParametersBuilderList()
Specifies a set of URL query parameters on which the route should match.private com.google.protobuf.RepeatedFieldBuilder
<QueryParameterMatcher, QueryParameterMatcher.Builder, QueryParameterMatcherOrBuilder> RateLimit.Action.QueryParameterValueMatch.Builder.getQueryParametersFieldBuilder()
private com.google.protobuf.RepeatedFieldBuilder
<QueryParameterMatcher, QueryParameterMatcher.Builder, QueryParameterMatcherOrBuilder> RouteMatch.Builder.getQueryParametersFieldBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.addQueryParameters
(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.addQueryParameters
(QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.addQueryParameters
(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters
(QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RateLimit.Action.QueryParameterValueMatch.Builder.setQueryParameters
(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.setQueryParameters
(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.