com.hederahashgraph.api.proto.java.CryptoGetAccountRecords Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_get_account_records.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 crypto_get_account_records.proto\022\005prot" +
"o\032\021basic_types.proto\032\030transaction_record" +
".proto\032\022query_header.proto\032\025response_hea" +
"der.proto\"g\n\034CryptoGetAccountRecordsQuer" +
"y\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022#\n" +
"\taccountID\030\002 \001(\0132\020.proto.AccountID\"\230\001\n\037C" +
"ryptoGetAccountRecordsResponse\022%\n\006header" +
"\030\001 \001(\0132\025.proto.ResponseHeader\022#\n\taccount" +
"ID\030\002 \001(\0132\020.proto.AccountID\022)\n\007records\030\003 " +
"\003(\0132\030.proto.TransactionRecordB&\n\"com.hed" +
"erahashgraph.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.TransactionRecordOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
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)
}