com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder 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_usage_snapshots.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface ThrottleUsageSnapshotsOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ThrottleUsageSnapshots)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
java.util.List
getTpsThrottlesList();
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot getTpsThrottles(int index);
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
int getTpsThrottlesCount();
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder>
getTpsThrottlesOrBuilderList();
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder getTpsThrottlesOrBuilder(
int index);
/**
*
**
* Snapshots for gas throttle.
*
*
* .proto.ThrottleUsageSnapshot gas_throttle = 2;
* @return Whether the gasThrottle field is set.
*/
boolean hasGasThrottle();
/**
*
**
* Snapshots for gas throttle.
*
*
* .proto.ThrottleUsageSnapshot gas_throttle = 2;
* @return The gasThrottle.
*/
com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot getGasThrottle();
/**
*
**
* Snapshots for gas throttle.
*
*
* .proto.ThrottleUsageSnapshot gas_throttle = 2;
*/
com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder getGasThrottleOrBuilder();
}