com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: throttle_definitions.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class ThrottleDefinitionsOuterClass {
private ThrottleDefinitionsOuterClass() {}
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_ThrottleGroup_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ThrottleGroup_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ThrottleBucket_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ThrottleBucket_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ThrottleDefinitions_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ThrottleDefinitions_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\032throttle_definitions.proto\022\005proto\032\021bas" +
"ic_types.proto\"W\n\rThrottleGroup\022.\n\nopera" +
"tions\030\001 \003(\0162\032.proto.HederaFunctionality\022" +
"\026\n\016milliOpsPerSec\030\002 \001(\004\"c\n\016ThrottleBucke" +
"t\022\014\n\004name\030\001 \001(\t\022\025\n\rburstPeriodMs\030\002 \001(\004\022," +
"\n\016throttleGroups\030\003 \003(\0132\024.proto.ThrottleG" +
"roup\"E\n\023ThrottleDefinitions\022.\n\017throttleB" +
"uckets\030\001 \003(\0132\025.proto.ThrottleBucketB\"\n\036c" +
"om.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.BasicTypes.getDescriptor(),
});
internal_static_proto_ThrottleGroup_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ThrottleGroup_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ThrottleGroup_descriptor,
new java.lang.String[] { "Operations", "MilliOpsPerSec", });
internal_static_proto_ThrottleBucket_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ThrottleBucket_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ThrottleBucket_descriptor,
new java.lang.String[] { "Name", "BurstPeriodMs", "ThrottleGroups", });
internal_static_proto_ThrottleDefinitions_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_ThrottleDefinitions_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ThrottleDefinitions_descriptor,
new java.lang.String[] { "ThrottleBuckets", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}