All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.RosterOuterClass Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show 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\"P\n\006Roster\022F" +
      "\n\016roster_entries\030\001 \003(\0132..com.hedera.hapi" +
      ".node.state.roster.RosterEntry\"\232\001\n\013Roste" +
      "rEntry\022\017\n\007node_id\030\001 \001(\004\022\016\n\006weight\030\002 \001(\004\022" +
      "\035\n\025gossip_ca_certificate\030\003 \001(\014\022\032\n\022tss_en" +
      "cryption_key\030\004 \001(\014\022/\n\017gossip_endpoint\030\005 " +
      "\003(\0132\026.proto.ServiceEndpointB\"\n\036com.heder" +
      "a.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_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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy