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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: congestion_level_starts.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface CongestionLevelStartsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.CongestionLevelStarts)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ java.util.List getGenericLevelStartsList(); /** *
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ com.hedera.hashgraph.sdk.proto.Timestamp getGenericLevelStarts(int index); /** *
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ int getGenericLevelStartsCount(); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ java.util.List getGasLevelStartsList(); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ com.hedera.hashgraph.sdk.proto.Timestamp getGasLevelStarts(int index); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ int getGasLevelStartsCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy