com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: throttle_definitions.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.ThrottleBucket getThrottleBuckets(int index);
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
int getThrottleBucketsCount();
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder>
getThrottleBucketsOrBuilderList();
/**
* repeated .proto.ThrottleBucket throttleBuckets = 1;
*/
com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder getThrottleBucketsOrBuilder(
int index);
}