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

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

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

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

public final class NetworkGetVersionInfo {
  private NetworkGetVersionInfo() {}
  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_proto_NetworkGetVersionInfoQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_NetworkGetVersionInfoQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_NetworkGetVersionInfoResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_NetworkGetVersionInfoResponse_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\036network_get_version_info.proto\022\005proto\032" +
      "\021basic_types.proto\032\022query_header.proto\032\025" +
      "response_header.proto\"@\n\032NetworkGetVersi" +
      "onInfoQuery\022\"\n\006header\030\001 \001(\0132\022.proto.Quer" +
      "yHeader\"\257\001\n\035NetworkGetVersionInfoRespons" +
      "e\022%\n\006header\030\001 \001(\0132\025.proto.ResponseHeader" +
      "\0220\n\020hapiProtoVersion\030\002 \001(\0132\026.proto.Seman" +
      "ticVersion\0225\n\025hederaServicesVersion\030\003 \001(" +
      "\0132\026.proto.SemanticVersionB\"\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(),
          com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_NetworkGetVersionInfoQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_NetworkGetVersionInfoQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_NetworkGetVersionInfoQuery_descriptor,
        new java.lang.String[] { "Header", });
    internal_static_proto_NetworkGetVersionInfoResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_NetworkGetVersionInfoResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_NetworkGetVersionInfoResponse_descriptor,
        new java.lang.String[] { "Header", "HapiProtoVersion", "HederaServicesVersion", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy