static RateLimitResponse.Code |
RateLimitResponse.Code.forNumber(int value) |
|
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatus.Builder.getCode() |
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatus.getCode() |
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponse.DescriptorStatusOrBuilder.getCode() |
The response code for an individual descriptor.
|
RateLimitResponse.Code |
RateLimitResponse.Builder.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 |
RateLimitResponseOrBuilder.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(int value) |
Deprecated.
|
static RateLimitResponse.Code |
RateLimitResponse.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|