com.hedera.hashgraph.sdk.proto.RosterStateOuterClass 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: roster_state.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class RosterStateOuterClass {
private RosterStateOuterClass() {}
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_com_hedera_hapi_node_state_roster_RosterState_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_node_state_roster_RosterState_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_hedera_hapi_node_state_roster_RoundRosterPair_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_node_state_roster_RoundRosterPair_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\022roster_state.proto\022!com.hedera.hapi.no" +
"de.state.roster\032\021basic_types.proto\"|\n\013Ro" +
"sterState\022\035\n\025candidate_roster_hash\030\001 \001(\014" +
"\022N\n\022round_roster_pairs\030\002 \003(\01322.com.heder" +
"a.hapi.node.state.roster.RoundRosterPair" +
"\"C\n\017RoundRosterPair\022\024\n\014round_number\030\001 \001(" +
"\004\022\032\n\022active_roster_hash\030\002 \001(\014B\"\n\036com.hed" +
"era.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_com_hedera_hapi_node_state_roster_RosterState_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_hedera_hapi_node_state_roster_RosterState_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_node_state_roster_RosterState_descriptor,
new java.lang.String[] { "CandidateRosterHash", "RoundRosterPairs", });
internal_static_com_hedera_hapi_node_state_roster_RoundRosterPair_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_hedera_hapi_node_state_roster_RoundRosterPair_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_node_state_roster_RoundRosterPair_descriptor,
new java.lang.String[] { "RoundNumber", "ActiveRosterHash", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}