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 [json_name = "reassignmentCommands"];
      Returns:
      Whether the reassignmentCommands field is set.
    • getReassignmentCommands

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

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

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

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

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