com.hederahashgraph.api.proto.java.CongestionLevelStartsOrBuilder Maven / Gradle / Ivy
// 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 extends com.hederahashgraph.api.proto.java.TimestampOrBuilder>
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 extends com.hederahashgraph.api.proto.java.TimestampOrBuilder>
getGasLevelStartsOrBuilderList();
/**
*
**
* Timestamps defining gas congestion levels.
*
*
* repeated .proto.Timestamp gas_level_starts = 2;
*/
com.hederahashgraph.api.proto.java.TimestampOrBuilder getGasLevelStartsOrBuilder(
int index);
}