RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.addAllHeaders(java.lang.Iterable<? extends HeaderMatcher> values) |
Specifies a set of headers that the rate limit action should match
on.
|
RateLimit.Action.HeaderValueMatch.Builder |
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 |
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 |
RateLimit.Action.HeaderValueMatch.Builder.addHeaders(HeaderMatcher value) |
Specifies a set of headers that the rate limit action should match
on.
|
RateLimit.Action.HeaderValueMatch.Builder |
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 |
RateLimit.Action.HeaderValueMatch.Builder.clear() |
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorKey() |
The key to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorValue() |
The value to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
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 |
RateLimit.Action.HeaderValueMatch.Builder.clearHeaders() |
Specifies a set of headers that the rate limit action should match
on.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.Builder.getHeaderValueMatchBuilder() |
Rate limit on the existence of request headers.
|
RateLimit.Action.HeaderValueMatch.Builder |
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 |
RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(RateLimit.Action.HeaderValueMatch other) |
|
static RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.newBuilder() |
|
static RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.newBuilder(RateLimit.Action.HeaderValueMatch prototype) |
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.newBuilderForType() |
|
protected RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.removeHeaders(int index) |
Specifies a set of headers that the rate limit action should match
on.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKey(java.lang.String value) |
The key to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKeyBytes(com.google.protobuf.ByteString value) |
The key to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValue(java.lang.String value) |
The value to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValueBytes(com.google.protobuf.ByteString value) |
The value to use in the descriptor entry.
|
RateLimit.Action.HeaderValueMatch.Builder |
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 |
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 |
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 |
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.Builder |
RateLimit.Action.HeaderValueMatch.toBuilder() |
|