com.hedera.hashgraph.sdk.proto.TransactionGetReceipt 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_get_receipt.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TransactionGetReceipt {
private TransactionGetReceipt() {}
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_TransactionGetReceiptQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetReceiptQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransactionGetReceiptResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetReceiptResponse_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\035transaction_get_receipt.proto\022\005proto\032\031" +
"transaction_receipt.proto\032\021basic_types.p" +
"roto\032\022query_header.proto\032\025response_heade" +
"r.proto\"\250\001\n\032TransactionGetReceiptQuery\022\"" +
"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022+\n\rtr" +
"ansactionID\030\002 \001(\0132\024.proto.TransactionID\022" +
"\031\n\021includeDuplicates\030\003 \001(\010\022\036\n\026include_ch" +
"ild_receipts\030\004 \001(\010\"\362\001\n\035TransactionGetRec" +
"eiptResponse\022%\n\006header\030\001 \001(\0132\025.proto.Res" +
"ponseHeader\022*\n\007receipt\030\002 \001(\0132\031.proto.Tra" +
"nsactionReceipt\022?\n\034duplicateTransactionR" +
"eceipts\030\004 \003(\0132\031.proto.TransactionReceipt" +
"\022=\n\032child_transaction_receipts\030\005 \003(\0132\031.p" +
"roto.TransactionReceiptB\"\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.TransactionReceiptOuterClass.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_TransactionGetReceiptQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TransactionGetReceiptQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetReceiptQuery_descriptor,
new java.lang.String[] { "Header", "TransactionID", "IncludeDuplicates", "IncludeChildReceipts", });
internal_static_proto_TransactionGetReceiptResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TransactionGetReceiptResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetReceiptResponse_descriptor,
new java.lang.String[] { "Header", "Receipt", "DuplicateTransactionReceipts", "ChildTransactionReceipts", });
com.hedera.hashgraph.sdk.proto.TransactionReceiptOuterClass.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)
}