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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateLimitQuotaResponse.BucketAction
getBucketAction(int index)
An ordered list of actions to be applied to the buckets.int
getBucketActionCount()
An ordered list of actions to be applied to the buckets.java.util.List<RateLimitQuotaResponse.BucketAction>
getBucketActionList()
An ordered list of actions to be applied to the buckets.RateLimitQuotaResponse.BucketActionOrBuilder
getBucketActionOrBuilder(int index)
An ordered list of actions to be applied to the buckets.java.util.List<? extends RateLimitQuotaResponse.BucketActionOrBuilder>
getBucketActionOrBuilderList()
An ordered list of actions to be applied to the buckets.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBucketActionList
java.util.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
RateLimitQuotaResponse.BucketAction getBucketAction(int index)
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
java.util.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
RateLimitQuotaResponse.BucketActionOrBuilder getBucketActionOrBuilder(int index)
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) = { ... }
-
-