Interface CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestOrBuilder

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

public static interface CommandServiceOuterClass.SubmitAndWaitForReassignmentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasReassignmentCommands

      boolean hasReassignmentCommands()
       The reassignment commands to be submitted.
      
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1;
      Returns:
      Whether the reassignmentCommands field is set.
    • getReassignmentCommands

       The reassignment commands to be submitted.
      
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1;
      Returns:
      The reassignmentCommands.
    • getReassignmentCommandsOrBuilder

       The reassignment commands to be submitted.
      
       Required
       
      .com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1;
    • hasEventFormat

      boolean hasEventFormat()
       If no event_format provided, the result will contain no events.
       The events in the result, will take shape TRANSACTION_SHAPE_ACS_DELTA.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat event_format = 2;
      Returns:
      Whether the eventFormat field is set.
    • getEventFormat

       If no event_format provided, the result will contain no events.
       The events in the result, will take shape TRANSACTION_SHAPE_ACS_DELTA.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat event_format = 2;
      Returns:
      The eventFormat.
    • getEventFormatOrBuilder

       If no event_format provided, the result will contain no events.
       The events in the result, will take shape TRANSACTION_SHAPE_ACS_DELTA.
      
       Optional
       
      .com.daml.ledger.api.v2.EventFormat event_format = 2;