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

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

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

package com.hederahashgraph.api.proto.java;

public final class CryptoGetAccountRecords {
  private CryptoGetAccountRecords() {}
  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_CryptoGetAccountRecordsQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetAccountRecordsQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_CryptoGetAccountRecordsResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetAccountRecordsResponse_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\035CryptoGetAccountRecords.proto\022\005proto\032\020" +
      "BasicTypes.proto\032\027TransactionRecord.prot" +
      "o\032\021QueryHeader.proto\032\024ResponseHeader.pro" +
      "to\"g\n\034CryptoGetAccountRecordsQuery\022\"\n\006he" +
      "ader\030\001 \001(\0132\022.proto.QueryHeader\022#\n\taccoun" +
      "tID\030\002 \001(\0132\020.proto.AccountID\"\230\001\n\037CryptoGe" +
      "tAccountRecordsResponse\022%\n\006header\030\001 \001(\0132" +
      "\025.proto.ResponseHeader\022#\n\taccountID\030\002 \001(" +
      "\0132\020.proto.AccountID\022)\n\007records\030\003 \003(\0132\030.p" +
      "roto.TransactionRecordB&\n\"com.hederahash" +
      "graph.api.proto.javaP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    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.TransactionRecordOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        }, assigner);
    internal_static_proto_CryptoGetAccountRecordsQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_CryptoGetAccountRecordsQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetAccountRecordsQuery_descriptor,
        new java.lang.String[] { "Header", "AccountID", });
    internal_static_proto_CryptoGetAccountRecordsResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_CryptoGetAccountRecordsResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetAccountRecordsResponse_descriptor,
        new java.lang.String[] { "Header", "AccountID", "Records", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.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