com.hederahashgraph.api.proto.java.ThrottleDefinitionsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: throttle_definitions.proto
package com.hederahashgraph.api.proto.java;
public interface ThrottleDefinitionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ThrottleDefinitions)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
java.util.List
getThrottleBucketsList();
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
com.hederahashgraph.api.proto.java.ThrottleBucket getThrottleBuckets(int index);
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
int getThrottleBucketsCount();
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.ThrottleBucketOrBuilder>
getThrottleBucketsOrBuilderList();
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
com.hederahashgraph.api.proto.java.ThrottleBucketOrBuilder getThrottleBucketsOrBuilder(
int index);
}