| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ratelimit.v3 |
| Modifier and Type | Method and Description |
|---|---|
static RateLimitResponse.Code |
RateLimitResponse.Code.forNumber(int value) |
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatusOrBuilder.getCode()
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatus.getCode()
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatus.Builder.getCode()
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponseOrBuilder.getOverallCode()
The overall response code which takes into account all of the descriptors that were passed
in the RateLimitRequest message.
|
RateLimitResponse.Code |
RateLimitResponse.getOverallCode()
The overall response code which takes into account all of the descriptors that were passed
in the RateLimitRequest message.
|
RateLimitResponse.Code |
RateLimitResponse.Builder.getOverallCode()
The overall response code which takes into account all of the descriptors that were passed
in the RateLimitRequest message.
|
static RateLimitResponse.Code |
RateLimitResponse.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RateLimitResponse.Code |
RateLimitResponse.Code.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RateLimitResponse.Code |
RateLimitResponse.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimitResponse.Code[] |
RateLimitResponse.Code.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<RateLimitResponse.Code> |
RateLimitResponse.Code.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RateLimitResponse.DescriptorStatus.Builder |
RateLimitResponse.DescriptorStatus.Builder.setCode(RateLimitResponse.Code value)
The response code for an individual descriptor.
|
RateLimitResponse.Builder |
RateLimitResponse.Builder.setOverallCode(RateLimitResponse.Code value)
The overall response code which takes into account all of the descriptors that were passed
in the RateLimitRequest message.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.