public static interface RateLimitDescriptor.RateLimitOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getRequestsPerUnit()
The number of requests per unit of time.
|
RateLimitUnit |
getUnit()
The unit of time.
|
int |
getUnitValue()
The unit of time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRequestsPerUnit()
The number of requests per unit of time.
uint32 requests_per_unit = 1;int getUnitValue()
The unit of time.
.envoy.type.v3.RateLimitUnit unit = 2 [(.validate.rules) = { ... }RateLimitUnit getUnit()
The unit of time.
.envoy.type.v3.RateLimitUnit unit = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.