com.hederahashgraph.api.proto.java.RosterOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/roster/roster.proto
package com.hederahashgraph.api.proto.java;
public final class RosterOuterClass {
private RosterOuterClass() {}
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_Roster_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_node_state_roster_Roster_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_hedera_hapi_node_state_roster_RosterEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_node_state_roster_RosterEntry_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\031state/roster/roster.proto\022!com.hedera." +
"hapi.node.state.roster\032\021basic_types.prot" +
"o\"P\n\006Roster\022F\n\016roster_entries\030\001 \003(\0132..co" +
"m.hedera.hapi.node.state.roster.RosterEn" +
"try\"\232\001\n\013RosterEntry\022\017\n\007node_id\030\001 \001(\004\022\016\n\006" +
"weight\030\002 \001(\004\022\035\n\025gossip_ca_certificate\030\003 " +
"\001(\014\022\032\n\022tss_encryption_key\030\004 \001(\014\022/\n\017gossi" +
"p_endpoint\030\005 \003(\0132\026.proto.ServiceEndpoint" +
"B&\n\"com.hederahashgraph.api.proto.javaP\001" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
});
internal_static_com_hedera_hapi_node_state_roster_Roster_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_hedera_hapi_node_state_roster_Roster_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_node_state_roster_Roster_descriptor,
new java.lang.String[] { "RosterEntries", });
internal_static_com_hedera_hapi_node_state_roster_RosterEntry_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_hedera_hapi_node_state_roster_RosterEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_node_state_roster_RosterEntry_descriptor,
new java.lang.String[] { "NodeId", "Weight", "GossipCaCertificate", "TssEncryptionKey", "GossipEndpoint", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy