Interface CommandServiceOuterClass.SubmitAndWaitForTransactionResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCompletionOffset()
      The format of this field is described in ``ledger_offset.proto``.
      com.google.protobuf.ByteString getCompletionOffsetBytes()
      The format of this field is described in ``ledger_offset.proto``.
      TransactionOuterClass.Transaction getTransaction()
      The flat transaction that resulted from the submitted command.
      TransactionOuterClass.TransactionOrBuilder getTransactionOrBuilder()
      The flat transaction that resulted from the submitted command.
      boolean hasTransaction()
      The flat transaction that resulted from the submitted command.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTransaction

        boolean hasTransaction()
         The flat transaction that resulted from the submitted command.
         Required
         
        .com.daml.ledger.api.v1.Transaction transaction = 1 [json_name = "transaction"];
        Returns:
        Whether the transaction field is set.
      • getTransaction

        TransactionOuterClass.Transaction getTransaction()
         The flat transaction that resulted from the submitted command.
         Required
         
        .com.daml.ledger.api.v1.Transaction transaction = 1 [json_name = "transaction"];
        Returns:
        The transaction.
      • getTransactionOrBuilder

        TransactionOuterClass.TransactionOrBuilder getTransactionOrBuilder()
         The flat transaction that resulted from the submitted command.
         Required
         
        .com.daml.ledger.api.v1.Transaction transaction = 1 [json_name = "transaction"];
      • getCompletionOffset

        java.lang.String getCompletionOffset()
         The format of this field is described in ``ledger_offset.proto``.
         Optional
         
        string completion_offset = 2 [json_name = "completionOffset"];
        Returns:
        The completionOffset.
      • getCompletionOffsetBytes

        com.google.protobuf.ByteString getCompletionOffsetBytes()
         The format of this field is described in ``ledger_offset.proto``.
         Optional
         
        string completion_offset = 2 [json_name = "completionOffset"];
        Returns:
        The bytes for completionOffset.