com.hedera.hashgraph.sdk.proto.TransactionGetRecord Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_get_record.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TransactionGetRecord {
private TransactionGetRecord() {}
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_TransactionGetRecordQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetRecordQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransactionGetRecordResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetRecordResponse_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\034transaction_get_record.proto\022\005proto\032\030t" +
"ransaction_record.proto\032\021basic_types.pro" +
"to\032\022query_header.proto\032\025response_header." +
"proto\"\246\001\n\031TransactionGetRecordQuery\022\"\n\006h" +
"eader\030\001 \001(\0132\022.proto.QueryHeader\022+\n\rtrans" +
"actionID\030\002 \001(\0132\024.proto.TransactionID\022\031\n\021" +
"includeDuplicates\030\003 \001(\010\022\035\n\025include_child" +
"_records\030\004 \001(\010\"\366\001\n\034TransactionGetRecordR" +
"esponse\022%\n\006header\030\001 \001(\0132\025.proto.Response" +
"Header\0223\n\021transactionRecord\030\003 \001(\0132\030.prot" +
"o.TransactionRecord\022=\n\033duplicateTransact" +
"ionRecords\030\004 \003(\0132\030.proto.TransactionReco" +
"rd\022;\n\031child_transaction_records\030\005 \003(\0132\030." +
"proto.TransactionRecordB\"\n\036com.hedera.ha" +
"shgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_TransactionGetRecordQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TransactionGetRecordQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetRecordQuery_descriptor,
new java.lang.String[] { "Header", "TransactionID", "IncludeDuplicates", "IncludeChildRecords", });
internal_static_proto_TransactionGetRecordResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TransactionGetRecordResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetRecordResponse_descriptor,
new java.lang.String[] { "Header", "TransactionRecord", "DuplicateTransactionRecords", "ChildTransactionRecords", });
com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor();
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)
}