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

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

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: node.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public final class NodeOuterClass {
  private NodeOuterClass() {}
  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_addressbook_Node_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_node_state_addressbook_Node_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\nnode.proto\022&com.hedera.hapi.node.state" +
      ".addressbook\032\021basic_types.proto\"\263\002\n\004Node" +
      "\022\017\n\007node_id\030\001 \001(\004\022$\n\naccount_id\030\002 \001(\0132\020." +
      "proto.AccountID\022\023\n\013description\030\003 \001(\t\022/\n\017" +
      "gossip_endpoint\030\004 \003(\0132\026.proto.ServiceEnd" +
      "point\0220\n\020service_endpoint\030\005 \003(\0132\026.proto." +
      "ServiceEndpoint\022\035\n\025gossip_ca_certificate" +
      "\030\006 \001(\014\022\035\n\025grpc_certificate_hash\030\007 \001(\014\022\016\n" +
      "\006weight\030\010 \001(\004\022\017\n\007deleted\030\t \001(\010\022\035\n\tadmin_" +
      "key\030\n \001(\0132\n.proto.KeyB\"\n\036com.hedera.hash" +
      "graph.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_addressbook_Node_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_hedera_hapi_node_state_addressbook_Node_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_node_state_addressbook_Node_descriptor,
        new java.lang.String[] { "NodeId", "AccountId", "Description", "GossipEndpoint", "ServiceEndpoint", "GossipCaCertificate", "GrpcCertificateHash", "Weight", "Deleted", "AdminKey", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy