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 Details

    • 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

      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) = { ... }