com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/throttles/throttle_usage_snapshots.proto
package com.hederahashgraph.api.proto.java;
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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.ThrottleUsageSnapshotOrBuilder>
getTpsThrottlesOrBuilderList();
/**
*
**
* Snapshots for TPS throttles.
*
*
* repeated .proto.ThrottleUsageSnapshot tps_throttles = 1;
*/
com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.ThrottleUsageSnapshot getGasThrottle();
/**
*
**
* Snapshots for gas throttle.
*
*
* .proto.ThrottleUsageSnapshot gas_throttle = 2;
*/
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotOrBuilder getGasThrottleOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy