com.hederahashgraph.api.proto.java.TransactionGetRecord Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TransactionGetRecord.proto
package com.hederahashgraph.api.proto.java;
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\032TransactionGetRecord.proto\022\005proto\032\027Tra" +
"nsactionRecord.proto\032\020BasicTypes.proto\032\021" +
"QueryHeader.proto\032\024ResponseHeader.proto\"" +
"\207\001\n\031TransactionGetRecordQuery\022\"\n\006header\030" +
"\001 \001(\0132\022.proto.QueryHeader\022+\n\rtransaction" +
"ID\030\002 \001(\0132\024.proto.TransactionID\022\031\n\021includ" +
"eDuplicates\030\003 \001(\010\"\271\001\n\034TransactionGetReco" +
"rdResponse\022%\n\006header\030\001 \001(\0132\025.proto.Respo" +
"nseHeader\0223\n\021transactionRecord\030\003 \001(\0132\030.p" +
"roto.TransactionRecord\022=\n\033duplicateTrans" +
"actionRecords\030\004 \003(\0132\030.proto.TransactionR" +
"ecordB&\n\"com.hederahashgraph.api.proto.j" +
"avaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.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", });
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", });
com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor();
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