Interface RateLimitQuotaResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RateLimitQuotaResponse
,RateLimitQuotaResponse.Builder
public interface RateLimitQuotaResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBucketAction
(int index) An ordered list of actions to be applied to the buckets.int
An ordered list of actions to be applied to the buckets.An ordered list of actions to be applied to the buckets.getBucketActionOrBuilder
(int index) An ordered list of actions to be applied to the buckets.List
<? extends RateLimitQuotaResponse.BucketActionOrBuilder> An ordered list of actions to be applied to the buckets.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBucketActionList
List<RateLimitQuotaResponse.BucketAction> getBucketActionList()An ordered list of actions to be applied to the buckets. The actions are applied in the given order, from top to bottom.
repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
-
getBucketAction
An ordered list of actions to be applied to the buckets. The actions are applied in the given order, from top to bottom.
repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
-
getBucketActionCount
int getBucketActionCount()An ordered list of actions to be applied to the buckets. The actions are applied in the given order, from top to bottom.
repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
-
getBucketActionOrBuilderList
List<? extends RateLimitQuotaResponse.BucketActionOrBuilder> getBucketActionOrBuilderList()An ordered list of actions to be applied to the buckets. The actions are applied in the given order, from top to bottom.
repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
-
getBucketActionOrBuilder
An ordered list of actions to be applied to the buckets. The actions are applied in the given order, from top to bottom.
repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
-