| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 |
| Modifier and Type | Method and Description |
|---|---|
static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.forNumber(int value) |
RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.getEnableXRatelimitHeaders()
Defines the standard version to use for X-RateLimit headers emitted by the filter:
* ``X-RateLimit-Limit`` - indicates the request-quota associated to the
client in the current time-window followed by the description of the
quota policy.
|
RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.Builder.getEnableXRatelimitHeaders()
Defines the standard version to use for X-RateLimit headers emitted by the filter:
* ``X-RateLimit-Limit`` - indicates the request-quota associated to the
client in the current time-window followed by the description of the
quota policy.
|
RateLimit.XRateLimitHeadersRFCVersion |
RateLimitOrBuilder.getEnableXRatelimitHeaders()
Defines the standard version to use for X-RateLimit headers emitted by the filter:
* ``X-RateLimit-Limit`` - indicates the request-quota associated to the
client in the current time-window followed by the description of the
quota policy.
|
static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimit.XRateLimitHeadersRFCVersion[] |
RateLimit.XRateLimitHeadersRFCVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RateLimit.XRateLimitHeadersRFCVersion> |
RateLimit.XRateLimitHeadersRFCVersion.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RateLimit.Builder |
RateLimit.Builder.setEnableXRatelimitHeaders(RateLimit.XRateLimitHeadersRFCVersion value)
Defines the standard version to use for X-RateLimit headers emitted by the filter:
* ``X-RateLimit-Limit`` - indicates the request-quota associated to the
client in the current time-window followed by the description of the
quota policy.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.