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

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

There is a newer version: 2.40.0
Show 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 ThrottleUsageSnapshotOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ThrottleUsageSnapshot)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Used throttle capacity.
   * 
* * int64 used = 1; * @return The used. */ long getUsed(); /** *
   **
   * The last time at which the capacity was updated.
   * 
* * .proto.Timestamp last_decision_time = 2; * @return Whether the lastDecisionTime field is set. */ boolean hasLastDecisionTime(); /** *
   **
   * The last time at which the capacity was updated.
   * 
* * .proto.Timestamp last_decision_time = 2; * @return The lastDecisionTime. */ com.hedera.hashgraph.sdk.proto.Timestamp getLastDecisionTime(); /** *
   **
   * The last time at which the capacity was updated.
   * 
* * .proto.Timestamp last_decision_time = 2; */ com.hedera.hashgraph.sdk.proto.TimestampOrBuilder getLastDecisionTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy