All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// 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 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