static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.forNumber(int value) |
|
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 |
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 |
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(int value) |
Deprecated.
|
static RateLimit.XRateLimitHeadersRFCVersion |
RateLimit.XRateLimitHeadersRFCVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|