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

com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotOrBuilder 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 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.hederahashgraph.api.proto.java.Timestamp getLastDecisionTime(); /** *
   **
   * The last time at which the capacity was updated.
   * 
* * .proto.Timestamp last_decision_time = 2; */ com.hederahashgraph.api.proto.java.TimestampOrBuilder getLastDecisionTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy