Interface CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse, CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse.Builder
Enclosing class:
CommandServiceOuterClass

@Deprecated public static interface CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    The transaction tree that resulted from the submitted command.
    Deprecated.
    The transaction tree that resulted from the submitted command.
    boolean
    Deprecated.
    The transaction tree 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 Details

    • hasTransaction

      boolean hasTransaction()
      Deprecated.
       The transaction tree that resulted from the submitted command.
       The transaction might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.TransactionTree transaction = 1 [json_name = "transaction"];
      Returns:
      Whether the transaction field is set.
    • getTransaction

      Deprecated.
       The transaction tree that resulted from the submitted command.
       The transaction might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.TransactionTree transaction = 1 [json_name = "transaction"];
      Returns:
      The transaction.
    • getTransactionOrBuilder

      Deprecated.
       The transaction tree that resulted from the submitted command.
       The transaction might contain no events (request conditions result in filtering out all of them).
       Required
       
      .com.daml.ledger.api.v2.TransactionTree transaction = 1 [json_name = "transaction"];