Package com.daml.ledger.api.v2
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 Summary
Modifier and TypeMethodDescriptionIf no event_format provided, the result will contain no events.If no event_format provided, the result will contain no events.The reassignment commands to be submitted.The reassignment commands to be submitted.booleanIf no event_format provided, the result will contain no events.booleanThe reassignment commands to be submitted.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ReassignmentCommandOuterClass.ReassignmentCommands getReassignmentCommands()The reassignment commands to be submitted. Required
.com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1;- Returns:
- The reassignmentCommands.
-
getReassignmentCommandsOrBuilder
ReassignmentCommandOuterClass.ReassignmentCommandsOrBuilder 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
TransactionFilterOuterClass.EventFormat 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
TransactionFilterOuterClass.EventFormatOrBuilder 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;
-