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

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

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

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

public final class ThrottleUsageSnapshotsOuterClass {
  private ThrottleUsageSnapshotsOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ThrottleUsageSnapshots_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ThrottleUsageSnapshots_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ThrottleUsageSnapshot_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ThrottleUsageSnapshot_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\036throttle_usage_snapshots.proto\022\005proto\032" +
      "\017timestamp.proto\"\201\001\n\026ThrottleUsageSnapsh" +
      "ots\0223\n\rtps_throttles\030\001 \003(\0132\034.proto.Throt" +
      "tleUsageSnapshot\0222\n\014gas_throttle\030\002 \001(\0132\034" +
      ".proto.ThrottleUsageSnapshot\"S\n\025Throttle" +
      "UsageSnapshot\022\014\n\004used\030\001 \001(\003\022,\n\022last_deci" +
      "sion_time\030\002 \001(\0132\020.proto.TimestampB\"\n\036com" +
      ".hedera.hashgraph.sdk.protoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
        });
    internal_static_proto_ThrottleUsageSnapshots_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ThrottleUsageSnapshots_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ThrottleUsageSnapshots_descriptor,
        new java.lang.String[] { "TpsThrottles", "GasThrottle", });
    internal_static_proto_ThrottleUsageSnapshot_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ThrottleUsageSnapshot_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ThrottleUsageSnapshot_descriptor,
        new java.lang.String[] { "Used", "LastDecisionTime", });
    com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy