com.hedera.hashgraph.sdk.proto.RosterOuterClass 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: roster.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\014roster.proto\022!com.hedera.hapi.node.sta" +
"te.roster\032\021basic_types.proto\"I\n\006Roster\022?" +
"\n\007rosters\030\001 \003(\0132..com.hedera.hapi.node.s" +
"tate.roster.RosterEntry\"\232\001\n\013RosterEntry\022" +
"\017\n\007node_id\030\001 \001(\004\022\016\n\006weight\030\002 \001(\004\022\035\n\025goss" +
"ip_ca_certificate\030\003 \001(\014\022\032\n\022tss_encryptio" +
"n_key\030\004 \001(\014\022/\n\017gossip_endpoint\030\005 \003(\0132\026.p" +
"roto.ServiceEndpointB\"\n\036com.hedera.hashg" +
"raph.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_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[] { "Rosters", });
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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}