Package com.daml.ledger.api.v2
Interface CommandSubmissionServiceOuterClass.SubmitReassignmentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandSubmissionServiceOuterClass.SubmitReassignmentRequest
,CommandSubmissionServiceOuterClass.SubmitReassignmentRequest.Builder
- Enclosing class:
- CommandSubmissionServiceOuterClass
public static interface CommandSubmissionServiceOuterClass.SubmitReassignmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe reassignment command to be submitted.The reassignment command to be submitted.boolean
The reassignment command 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 command 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 command 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 command to be submitted. Required
.com.daml.ledger.api.v2.ReassignmentCommands reassignment_commands = 1 [json_name = "reassignmentCommands"];
-