All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.Recordcache Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: recordcache.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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\021recordcache.proto\022\005proto\032\021basic_types." +
      "proto\032\030transaction_record.proto\032\023respons" +
      "e_code.proto\"\213\001\n\026TransactionRecordEntry\022" +
      "\017\n\007node_id\030\001 \001(\003\022*\n\020payer_account_id\030\002 \001" +
      "(\0132\020.proto.AccountID\0224\n\022transaction_reco" +
      "rd\030\003 \001(\0132\030.proto.TransactionRecord\"\201\001\n\027T" +
      "ransactionReceiptEntry\022\017\n\007node_id\030\001 \001(\004\022" +
      ",\n\016transaction_id\030\002 \001(\0132\024.proto.Transact" +
      "ionID\022\'\n\006status\030\003 \001(\0162\027.proto.ResponseCo" +
      "deEnum\"L\n\031TransactionReceiptEntries\022/\n\007e" +
      "ntries\030\001 \003(\0132\036.proto.TransactionReceiptE" +
      "ntryB\"\n\036com.hedera.hashgraph.sdk.protoP\001" +
      "b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.ResponseCode.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy