public static interface RateLimitResponse.RateLimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A name or description of this limit.
|
com.google.protobuf.ByteString |
getNameBytes()
A name or description of this limit.
|
int |
getRequestsPerUnit()
The number of requests per unit of time.
|
RateLimitResponse.RateLimit.Unit |
getUnit()
The unit of time.
|
int |
getUnitValue()
The unit of time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A name or description of this limit.
string name = 3;com.google.protobuf.ByteString getNameBytes()
A name or description of this limit.
string name = 3;int getRequestsPerUnit()
The number of requests per unit of time.
uint32 requests_per_unit = 1;int getUnitValue()
The unit of time.
.envoy.service.ratelimit.v2.RateLimitResponse.RateLimit.Unit unit = 2;RateLimitResponse.RateLimit.Unit getUnit()
The unit of time.
.envoy.service.ratelimit.v2.RateLimitResponse.RateLimit.Unit unit = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.