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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: node_create.proto

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

public final class NodeCreate {
  private NodeCreate() {}
  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_addressbook_NodeCreateTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_node_addressbook_NodeCreateTransactionBody_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\021node_create.proto\022 com.hedera.hapi.nod" +
      "e.addressbook\032\021basic_types.proto\"\226\002\n\031Nod" +
      "eCreateTransactionBody\022$\n\naccount_id\030\001 \001" +
      "(\0132\020.proto.AccountID\022\023\n\013description\030\002 \001(" +
      "\t\022/\n\017gossip_endpoint\030\003 \003(\0132\026.proto.Servi" +
      "ceEndpoint\0220\n\020service_endpoint\030\004 \003(\0132\026.p" +
      "roto.ServiceEndpoint\022\035\n\025gossip_ca_certif" +
      "icate\030\005 \001(\014\022\035\n\025grpc_certificate_hash\030\006 \001" +
      "(\014\022\035\n\tadmin_key\030\007 \001(\0132\n.proto.KeyB\"\n\036com" +
      ".hedera.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_addressbook_NodeCreateTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_hedera_hapi_node_addressbook_NodeCreateTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_node_addressbook_NodeCreateTransactionBody_descriptor,
        new java.lang.String[] { "AccountId", "Description", "GossipEndpoint", "ServiceEndpoint", "GossipCaCertificate", "GrpcCertificateHash", "AdminKey", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy