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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: GetBySolidityID.proto

package com.hederahashgraph.api.proto.java;

public final class GetBySolidityID {
  private GetBySolidityID() {}
  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_GetBySolidityIDQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_GetBySolidityIDQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_GetBySolidityIDResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_GetBySolidityIDResponse_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\025GetBySolidityID.proto\022\005proto\032\020BasicTyp" +
      "es.proto\032\021QueryHeader.proto\032\024ResponseHea" +
      "der.proto\"N\n\024GetBySolidityIDQuery\022\"\n\006hea" +
      "der\030\001 \001(\0132\022.proto.QueryHeader\022\022\n\nsolidit" +
      "yID\030\002 \001(\t\"\253\001\n\027GetBySolidityIDResponse\022%\n" +
      "\006header\030\001 \001(\0132\025.proto.ResponseHeader\022#\n\t" +
      "accountID\030\002 \001(\0132\020.proto.AccountID\022\035\n\006fil" +
      "eID\030\003 \001(\0132\r.proto.FileID\022%\n\ncontractID\030\004" +
      " \001(\0132\021.proto.ContractIDB&\n\"com.hederahas" +
      "hgraph.api.proto.javaP\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_GetBySolidityIDQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_GetBySolidityIDQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_GetBySolidityIDQuery_descriptor,
        new java.lang.String[] { "Header", "SolidityID", });
    internal_static_proto_GetBySolidityIDResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_GetBySolidityIDResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_GetBySolidityIDResponse_descriptor,
        new java.lang.String[] { "Header", "AccountID", "FileID", "ContractID", });
    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