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 TypeMethodDescriptionOptional If no event_format provided, the result will contain no events.Optional If no event_format provided, the result will contain no events.The reassignment commands to be submitted.The reassignment commands to be submitted.boolean
Optional If no event_format provided, the result will contain no events.boolean
The reassignment commands to be submitted.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
-
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
ReassignmentCommandOuterClass.ReassignmentCommands getReassignmentCommands()The reassignment commands to be submitted. Required
.com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1 [json_name = "reassignmentCommands"];
- Returns:
- The reassignmentCommands.
-
getReassignmentCommandsOrBuilder
ReassignmentCommandOuterClass.ReassignmentCommandsOrBuilder 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
TransactionFilterOuterClass.EventFormat 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
TransactionFilterOuterClass.EventFormatOrBuilder 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"];
-