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

com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder Maven / Gradle / Ivy

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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy