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

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

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: throttle_definitions.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * repeated .proto.ThrottleBucket throttleBuckets = 1;
   */
  java.util.List 
      getThrottleBucketsList();
  /**
   * repeated .proto.ThrottleBucket throttleBuckets = 1;
   */
  com.hederahashgraph.api.proto.java.ThrottleBucket getThrottleBuckets(int index);
  /**
   * repeated .proto.ThrottleBucket throttleBuckets = 1;
   */
  int getThrottleBucketsCount();
  /**
   * repeated .proto.ThrottleBucket throttleBuckets = 1;
   */
  java.util.List 
      getThrottleBucketsOrBuilderList();
  /**
   * repeated .proto.ThrottleBucket throttleBuckets = 1;
   */
  com.hederahashgraph.api.proto.java.ThrottleBucketOrBuilder getThrottleBucketsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy