Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit.Action.QueryParameterValueMatch.Builder
Packages that use RateLimit.Action.QueryParameterValueMatch.Builder
-
Uses of RateLimit.Action.QueryParameterValueMatch.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RateLimit.Action.QueryParameterValueMatch.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RateLimit.Action.QueryParameterValueMatch, RateLimit.Action.QueryParameterValueMatch.Builder, RateLimit.Action.QueryParameterValueMatchOrBuilder> RateLimit.Action.Builder.queryParameterValueMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.Action.QueryParameterValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.addAllQueryParameters
(Iterable<? extends QueryParameterMatcher> values) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.addQueryParameters
(int index, QueryParameterMatcher value) Specifies a set of query parameters that the rate limit action should match on.RateLimit.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 value) 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.RateLimit.Action.QueryParameterValueMatch.Builder.clear()
RateLimit.Action.QueryParameterValueMatch.Builder.clearDescriptorKey()
The key to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.clearDescriptorValue()
The value to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.clearExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.QueryParameterValueMatch.Builder.clearQueryParameters()
Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.Builder.getQueryParameterValueMatchBuilder()
Rate limit on the existence of query parameters.RateLimit.Action.QueryParameterValueMatch.Builder.mergeExpectMatch
(com.google.protobuf.BoolValue value) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.QueryParameterValueMatch.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RateLimit.Action.QueryParameterValueMatch.Builder.mergeFrom
(com.google.protobuf.Message other) RateLimit.Action.QueryParameterValueMatch.Builder.mergeFrom
(RateLimit.Action.QueryParameterValueMatch other) RateLimit.Action.QueryParameterValueMatch.newBuilder()
RateLimit.Action.QueryParameterValueMatch.newBuilder
(RateLimit.Action.QueryParameterValueMatch prototype) RateLimit.Action.QueryParameterValueMatch.newBuilderForType()
RateLimit.Action.QueryParameterValueMatch.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RateLimit.Action.QueryParameterValueMatch.Builder.removeQueryParameters
(int index) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.setDescriptorKey
(String value) The key to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.setDescriptorKeyBytes
(com.google.protobuf.ByteString value) The key to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.setDescriptorValue
(String value) The value to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.setDescriptorValueBytes
(com.google.protobuf.ByteString value) The value to use in the descriptor entry.RateLimit.Action.QueryParameterValueMatch.Builder.setExpectMatch
(com.google.protobuf.BoolValue value) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.QueryParameterValueMatch.Builder.setExpectMatch
(com.google.protobuf.BoolValue.Builder builderForValue) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.QueryParameterValueMatch.Builder.setQueryParameters
(int index, QueryParameterMatcher value) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.setQueryParameters
(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RateLimit.Action.QueryParameterValueMatch.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RateLimit.Action.QueryParameterValueMatch, RateLimit.Action.QueryParameterValueMatch.Builder, RateLimit.Action.QueryParameterValueMatchOrBuilder> RateLimit.Action.Builder.getQueryParameterValueMatchFieldBuilder()
Rate limit on the existence of query parameters.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RateLimit.Action.QueryParameterValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.Builder.setQueryParameterValueMatch
(RateLimit.Action.QueryParameterValueMatch.Builder builderForValue) Rate limit on the existence of query parameters.