Class RateLimit.Action.HeaderValueMatch.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
- io.envoyproxy.envoy.config.route.v3.RateLimit.Action.HeaderValueMatch.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,RateLimit.Action.HeaderValueMatchOrBuilder
,java.lang.Cloneable
- Enclosing class:
- RateLimit.Action.HeaderValueMatch
public static final class RateLimit.Action.HeaderValueMatch.Builder extends com.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder> implements RateLimit.Action.HeaderValueMatchOrBuilder
The following descriptor entry is appended to the descriptor: .. code-block:: cpp ("header_match", "<descriptor_value>")
Protobuf typeenvoy.config.route.v3.RateLimit.Action.HeaderValueMatch
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private java.lang.Object
descriptorKey_
private java.lang.Object
descriptorValue_
private com.google.protobuf.BoolValue
expectMatch_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>
expectMatchBuilder_
private java.util.List<HeaderMatcher>
headers_
private com.google.protobuf.RepeatedFieldBuilder<HeaderMatcher,HeaderMatcher.Builder,HeaderMatcherOrBuilder>
headersBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
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.HeaderMatcher.Builder
addHeadersBuilder()
Specifies a set of headers that the rate limit action should match on.HeaderMatcher.Builder
addHeadersBuilder(int index)
Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch
build()
RateLimit.Action.HeaderValueMatch
buildPartial()
private void
buildPartial0(RateLimit.Action.HeaderValueMatch result)
private void
buildPartialRepeatedFields(RateLimit.Action.HeaderValueMatch result)
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.private void
ensureHeadersIsMutable()
RateLimit.Action.HeaderValueMatch
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getDescriptorKey()
The key to use in the descriptor entry.com.google.protobuf.ByteString
getDescriptorKeyBytes()
The key to use in the descriptor entry.java.lang.String
getDescriptorValue()
The value to use in the descriptor entry.com.google.protobuf.ByteString
getDescriptorValueBytes()
The value to use in the descriptor entry.com.google.protobuf.BoolValue
getExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers.com.google.protobuf.BoolValue.Builder
getExpectMatchBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>
getExpectMatchFieldBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers.com.google.protobuf.BoolValueOrBuilder
getExpectMatchOrBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers.HeaderMatcher
getHeaders(int index)
Specifies a set of headers that the rate limit action should match on.HeaderMatcher.Builder
getHeadersBuilder(int index)
Specifies a set of headers that the rate limit action should match on.java.util.List<HeaderMatcher.Builder>
getHeadersBuilderList()
Specifies a set of headers that the rate limit action should match on.int
getHeadersCount()
Specifies a set of headers that the rate limit action should match on.private com.google.protobuf.RepeatedFieldBuilder<HeaderMatcher,HeaderMatcher.Builder,HeaderMatcherOrBuilder>
getHeadersFieldBuilder()
java.util.List<HeaderMatcher>
getHeadersList()
Specifies a set of headers that the rate limit action should match on.HeaderMatcherOrBuilder
getHeadersOrBuilder(int index)
Specifies a set of headers that the rate limit action should match on.java.util.List<? extends HeaderMatcherOrBuilder>
getHeadersOrBuilderList()
Specifies a set of headers that the rate limit action should match on.boolean
hasExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
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.Builder
removeHeaders(int index)
Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder
setDescriptorKey(java.lang.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(java.lang.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.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
descriptorKey_
private java.lang.Object descriptorKey_
-
descriptorValue_
private java.lang.Object descriptorValue_
-
expectMatch_
private com.google.protobuf.BoolValue expectMatch_
-
expectMatchBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> expectMatchBuilder_
-
headers_
private java.util.List<HeaderMatcher> headers_
-
headersBuilder_
private com.google.protobuf.RepeatedFieldBuilder<HeaderMatcher,HeaderMatcher.Builder,HeaderMatcherOrBuilder> headersBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public RateLimit.Action.HeaderValueMatch.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
getDefaultInstanceForType
public RateLimit.Action.HeaderValueMatch getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public RateLimit.Action.HeaderValueMatch build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RateLimit.Action.HeaderValueMatch buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(RateLimit.Action.HeaderValueMatch result)
-
buildPartial0
private void buildPartial0(RateLimit.Action.HeaderValueMatch result)
-
mergeFrom
public RateLimit.Action.HeaderValueMatch.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
mergeFrom
public RateLimit.Action.HeaderValueMatch.Builder mergeFrom(RateLimit.Action.HeaderValueMatch other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
-
mergeFrom
public RateLimit.Action.HeaderValueMatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RateLimit.Action.HeaderValueMatch.Builder>
- Throws:
java.io.IOException
-
getDescriptorKey
public java.lang.String getDescriptorKey()
The key to use in the descriptor entry. Defaults to ``header_match``.
string descriptor_key = 4;
- Specified by:
getDescriptorKey
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- The descriptorKey.
-
getDescriptorKeyBytes
public com.google.protobuf.ByteString getDescriptorKeyBytes()
The key to use in the descriptor entry. Defaults to ``header_match``.
string descriptor_key = 4;
- Specified by:
getDescriptorKeyBytes
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- The bytes for descriptorKey.
-
setDescriptorKey
public RateLimit.Action.HeaderValueMatch.Builder setDescriptorKey(java.lang.String value)
The key to use in the descriptor entry. Defaults to ``header_match``.
string descriptor_key = 4;
- Parameters:
value
- The descriptorKey to set.- Returns:
- This builder for chaining.
-
clearDescriptorKey
public RateLimit.Action.HeaderValueMatch.Builder clearDescriptorKey()
The key to use in the descriptor entry. Defaults to ``header_match``.
string descriptor_key = 4;
- Returns:
- This builder for chaining.
-
setDescriptorKeyBytes
public RateLimit.Action.HeaderValueMatch.Builder setDescriptorKeyBytes(com.google.protobuf.ByteString value)
The key to use in the descriptor entry. Defaults to ``header_match``.
string descriptor_key = 4;
- Parameters:
value
- The bytes for descriptorKey to set.- Returns:
- This builder for chaining.
-
getDescriptorValue
public java.lang.String getDescriptorValue()
The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }
- Specified by:
getDescriptorValue
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- The descriptorValue.
-
getDescriptorValueBytes
public com.google.protobuf.ByteString getDescriptorValueBytes()
The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }
- Specified by:
getDescriptorValueBytes
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- The bytes for descriptorValue.
-
setDescriptorValue
public RateLimit.Action.HeaderValueMatch.Builder setDescriptorValue(java.lang.String value)
The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }
- Parameters:
value
- The descriptorValue to set.- Returns:
- This builder for chaining.
-
clearDescriptorValue
public RateLimit.Action.HeaderValueMatch.Builder clearDescriptorValue()
The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }
- Returns:
- This builder for chaining.
-
setDescriptorValueBytes
public RateLimit.Action.HeaderValueMatch.Builder setDescriptorValueBytes(com.google.protobuf.ByteString value)
The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }
- Parameters:
value
- The bytes for descriptorValue to set.- Returns:
- This builder for chaining.
-
hasExpectMatch
public boolean hasExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
- Specified by:
hasExpectMatch
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- Whether the expectMatch field is set.
-
getExpectMatch
public com.google.protobuf.BoolValue getExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
- Specified by:
getExpectMatch
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
- Returns:
- The expectMatch.
-
setExpectMatch
public 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. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
setExpectMatch
public 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. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
mergeExpectMatch
public 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. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
clearExpectMatch
public RateLimit.Action.HeaderValueMatch.Builder clearExpectMatch()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
getExpectMatchBuilder
public com.google.protobuf.BoolValue.Builder getExpectMatchBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
getExpectMatchOrBuilder
public com.google.protobuf.BoolValueOrBuilder getExpectMatchOrBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
- Specified by:
getExpectMatchOrBuilder
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
getExpectMatchFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> getExpectMatchFieldBuilder()
If set to true, the action will append a descriptor entry when the request matches the headers. If set to false, the action will append a descriptor entry when the request does not match the headers. The default value is true.
.google.protobuf.BoolValue expect_match = 2;
-
ensureHeadersIsMutable
private void ensureHeadersIsMutable()
-
getHeadersList
public java.util.List<HeaderMatcher> getHeadersList()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
- Specified by:
getHeadersList
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
getHeadersCount
public int getHeadersCount()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
- Specified by:
getHeadersCount
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
getHeaders
public HeaderMatcher getHeaders(int index)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
- Specified by:
getHeaders
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
setHeaders
public RateLimit.Action.HeaderValueMatch.Builder setHeaders(int index, HeaderMatcher value)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
setHeaders
public RateLimit.Action.HeaderValueMatch.Builder setHeaders(int index, HeaderMatcher.Builder builderForValue)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addHeaders
public RateLimit.Action.HeaderValueMatch.Builder addHeaders(HeaderMatcher value)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addHeaders
public RateLimit.Action.HeaderValueMatch.Builder addHeaders(int index, HeaderMatcher value)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addHeaders
public RateLimit.Action.HeaderValueMatch.Builder addHeaders(HeaderMatcher.Builder builderForValue)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addHeaders
public RateLimit.Action.HeaderValueMatch.Builder addHeaders(int index, HeaderMatcher.Builder builderForValue)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addAllHeaders
public RateLimit.Action.HeaderValueMatch.Builder addAllHeaders(java.lang.Iterable<? extends HeaderMatcher> values)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
clearHeaders
public RateLimit.Action.HeaderValueMatch.Builder clearHeaders()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
removeHeaders
public RateLimit.Action.HeaderValueMatch.Builder removeHeaders(int index)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
getHeadersBuilder
public HeaderMatcher.Builder getHeadersBuilder(int index)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
getHeadersOrBuilder
public HeaderMatcherOrBuilder getHeadersOrBuilder(int index)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
- Specified by:
getHeadersOrBuilder
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
getHeadersOrBuilderList
public java.util.List<? extends HeaderMatcherOrBuilder> getHeadersOrBuilderList()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
- Specified by:
getHeadersOrBuilderList
in interfaceRateLimit.Action.HeaderValueMatchOrBuilder
-
addHeadersBuilder
public HeaderMatcher.Builder addHeadersBuilder()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
addHeadersBuilder
public HeaderMatcher.Builder addHeadersBuilder(int index)
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
getHeadersBuilderList
public java.util.List<HeaderMatcher.Builder> getHeadersBuilderList()
Specifies a set of headers that the rate limit action should match on. The action will check the request’s headers against all the specified headers in the config. A match will happen if all the headers in the config are present in the request with the same values (or based on presence if the value field is not in the config).
repeated .envoy.config.route.v3.HeaderMatcher headers = 3 [(.validate.rules) = { ... }
-
getHeadersFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<HeaderMatcher,HeaderMatcher.Builder,HeaderMatcherOrBuilder> getHeadersFieldBuilder()
-
-