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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * 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.hederahashgraph.api.proto.java.Timestamp getGenericLevelStarts(int index); /** *
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ int getGenericLevelStartsCount(); /** *
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ java.util.List getGenericLevelStartsOrBuilderList(); /** *
   **
   * Timestamps defining generic congestion levels.
   * 
* * repeated .proto.Timestamp generic_level_starts = 1; */ com.hederahashgraph.api.proto.java.TimestampOrBuilder getGenericLevelStartsOrBuilder( int index); /** *
   **
   * 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.hederahashgraph.api.proto.java.Timestamp getGasLevelStarts(int index); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ int getGasLevelStartsCount(); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ java.util.List getGasLevelStartsOrBuilderList(); /** *
   **
   * Timestamps defining gas congestion levels.
   * 
* * repeated .proto.Timestamp gas_level_starts = 2; */ com.hederahashgraph.api.proto.java.TimestampOrBuilder getGasLevelStartsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy