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

com.hederahashgraph.api.proto.java.ContractGetBytecode Maven / Gradle / Ivy

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

package com.hederahashgraph.api.proto.java;

public final class ContractGetBytecode {
  private ContractGetBytecode() {}
  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_ContractGetBytecodeQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractGetBytecodeQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractGetBytecodeResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractGetBytecodeResponse_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\031ContractGetBytecode.proto\022\005proto\032\020Basi" +
      "cTypes.proto\032\021QueryHeader.proto\032\024Respons" +
      "eHeader.proto\"e\n\030ContractGetBytecodeQuer" +
      "y\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022%\n" +
      "\ncontractID\030\002 \001(\0132\021.proto.ContractID\"V\n\033" +
      "ContractGetBytecodeResponse\022%\n\006header\030\001 " +
      "\001(\0132\025.proto.ResponseHeader\022\020\n\010bytecode\030\006" +
      " \001(\014B&\n\"com.hederahashgraph.api.proto.ja" +
      "vaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_ContractGetBytecodeQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ContractGetBytecodeQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractGetBytecodeQuery_descriptor,
        new java.lang.String[] { "Header", "ContractID", });
    internal_static_proto_ContractGetBytecodeResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ContractGetBytecodeResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractGetBytecodeResponse_descriptor,
        new java.lang.String[] { "Header", "Bytecode", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy