com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: throttle_definitions.proto
package com.hederahashgraph.api.proto.java;
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\"c" +
"om.hederahashgraph.api.proto.javaP\001b\006pro" +
"to3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy