Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit.Action.HeaderValueMatch.Builder
Packages that use RateLimit.Action.HeaderValueMatch.Builder
-
Uses of RateLimit.Action.HeaderValueMatch.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RateLimit.Action.HeaderValueMatch, RateLimit.Action.HeaderValueMatch.Builder, RateLimit.Action.HeaderValueMatchOrBuilder> RateLimit.Action.Builder.headerValueMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.HeaderValueMatch.Builder.addAllHeaders
(Iterable<? extends HeaderMatcher> values) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders
(int index, HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders
(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders
(HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders
(HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.clear()
RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorKey()
The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorValue()
The value to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.clearExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.HeaderValueMatch.Builder.clearHeaders()
Specifies a set of headers that the rate limit action should match on.RateLimit.Action.Builder.getHeaderValueMatchBuilder()
Rate limit on the existence of request headers.RateLimit.Action.HeaderValueMatch.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.HeaderValueMatch.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RateLimit.Action.HeaderValueMatch.Builder.mergeFrom
(com.google.protobuf.Message other) RateLimit.Action.HeaderValueMatch.Builder.mergeFrom
(RateLimit.Action.HeaderValueMatch other) RateLimit.Action.HeaderValueMatch.newBuilder()
RateLimit.Action.HeaderValueMatch.newBuilder
(RateLimit.Action.HeaderValueMatch prototype) RateLimit.Action.HeaderValueMatch.newBuilderForType()
RateLimit.Action.HeaderValueMatch.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RateLimit.Action.HeaderValueMatch.Builder.removeHeaders
(int index) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKey
(String value) The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKeyBytes
(com.google.protobuf.ByteString value) The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValue
(String value) The value to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValueBytes
(com.google.protobuf.ByteString value) The value to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.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.HeaderValueMatch.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.HeaderValueMatch.Builder.setHeaders
(int index, HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.setHeaders
(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RateLimit.Action.HeaderValueMatch, RateLimit.Action.HeaderValueMatch.Builder, RateLimit.Action.HeaderValueMatchOrBuilder> RateLimit.Action.Builder.getHeaderValueMatchFieldBuilder()
Rate limit on the existence of request headers.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.Builder.setHeaderValueMatch
(RateLimit.Action.HeaderValueMatch.Builder builderForValue) Rate limit on the existence of request headers.