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

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

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

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

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\036com.hedera.hashgraph.sdk" +
      ".protoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy