com.hederahashgraph.api.proto.java.TransactionGetFastRecord Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_get_fast_record.proto
package com.hederahashgraph.api.proto.java;
public final class TransactionGetFastRecord {
private TransactionGetFastRecord() {}
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_TransactionGetFastRecordQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetFastRecordQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransactionGetFastRecordResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionGetFastRecordResponse_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!transaction_get_fast_record.proto\022\005pro" +
"to\032\030transaction_record.proto\032\021basic_type" +
"s.proto\032\022query_header.proto\032\025response_he" +
"ader.proto\"p\n\035TransactionGetFastRecordQu" +
"ery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022" +
"+\n\rtransactionID\030\002 \001(\0132\024.proto.Transacti" +
"onID\"~\n TransactionGetFastRecordResponse" +
"\022%\n\006header\030\001 \001(\0132\025.proto.ResponseHeader\022" +
"3\n\021transactionRecord\030\002 \001(\0132\030.proto.Trans" +
"actionRecordB&\n\"com.hederahashgraph.api." +
"proto.javaP\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_TransactionGetFastRecordQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TransactionGetFastRecordQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetFastRecordQuery_descriptor,
new java.lang.String[] { "Header", "TransactionID", });
internal_static_proto_TransactionGetFastRecordResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TransactionGetFastRecordResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionGetFastRecordResponse_descriptor,
new java.lang.String[] { "Header", "TransactionRecord", });
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)
}