com.hederahashgraph.api.proto.java.Recordcache Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/recordcache/recordcache.proto
package com.hederahashgraph.api.proto.java;
public final class Recordcache {
private Recordcache() {}
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_TransactionRecordEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionRecordEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransactionReceiptEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionReceiptEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TransactionReceiptEntries_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TransactionReceiptEntries_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#state/recordcache/recordcache.proto\022\005p" +
"roto\032\021basic_types.proto\032\030transaction_rec" +
"ord.proto\032\023response_code.proto\"\213\001\n\026Trans" +
"actionRecordEntry\022\017\n\007node_id\030\001 \001(\003\022*\n\020pa" +
"yer_account_id\030\002 \001(\0132\020.proto.AccountID\0224" +
"\n\022transaction_record\030\003 \001(\0132\030.proto.Trans" +
"actionRecord\"\201\001\n\027TransactionReceiptEntry" +
"\022\017\n\007node_id\030\001 \001(\004\022,\n\016transaction_id\030\002 \001(" +
"\0132\024.proto.TransactionID\022\'\n\006status\030\003 \001(\0162" +
"\027.proto.ResponseCodeEnum\"L\n\031TransactionR" +
"eceiptEntries\022/\n\007entries\030\001 \003(\0132\036.proto.T" +
"ransactionReceiptEntryB&\n\"com.hederahash" +
"graph.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.ResponseCode.getDescriptor(),
});
internal_static_proto_TransactionRecordEntry_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TransactionRecordEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionRecordEntry_descriptor,
new java.lang.String[] { "NodeId", "PayerAccountId", "TransactionRecord", });
internal_static_proto_TransactionReceiptEntry_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TransactionReceiptEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionReceiptEntry_descriptor,
new java.lang.String[] { "NodeId", "TransactionId", "Status", });
internal_static_proto_TransactionReceiptEntries_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_TransactionReceiptEntries_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TransactionReceiptEntries_descriptor,
new java.lang.String[] { "Entries", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseCode.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}