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

com.hederahashgraph.api.proto.java.TransactionGetReceipt Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: transaction_get_receipt.proto

package com.hederahashgraph.api.proto.java;

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\"com.hederahas" +
      "hgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.TransactionReceiptOuterClass.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_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.hederahashgraph.api.proto.java.TransactionReceiptOuterClass.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 - 2024 Weber Informatics LLC | Privacy Policy