Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 Summary
Modifier and TypeMethodDescriptiongetThrottleBuckets(int index) * A list of throttle buckets.int* A list of throttle buckets.* A list of throttle buckets.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
* 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;
-