Interface ThrottleDefinitionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ThrottleDefinitions, ThrottleDefinitions.Builder

@Generated public interface ThrottleDefinitionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getThrottleBucketsList

      List<ThrottleBucket> getThrottleBucketsList()
       *
       A list of throttle buckets.
       <p>
       This list MUST be set, and SHOULD NOT be empty.<br/>
       An empty list SHALL have the effect of setting all operations to
       a single group with throttle limit of `0` operations per second for the
       entire network.
       
      repeated .proto.ThrottleBucket throttleBuckets = 1;
    • getThrottleBuckets

      ThrottleBucket getThrottleBuckets(int index)
       *
       A list of throttle buckets.
       <p>
       This list MUST be set, and SHOULD NOT be empty.<br/>
       An empty list SHALL have the effect of setting all operations to
       a single group with throttle limit of `0` operations per second for the
       entire network.
       
      repeated .proto.ThrottleBucket throttleBuckets = 1;
    • getThrottleBucketsCount

      int getThrottleBucketsCount()
       *
       A list of throttle buckets.
       <p>
       This list MUST be set, and SHOULD NOT be empty.<br/>
       An empty list SHALL have the effect of setting all operations to
       a single group with throttle limit of `0` operations per second for the
       entire network.
       
      repeated .proto.ThrottleBucket throttleBuckets = 1;