Package com.daml.ledger.api.v2
Interface ReassignmentCommandOuterClass.AssignCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReassignmentCommandOuterClass.AssignCommand
,ReassignmentCommandOuterClass.AssignCommand.Builder
- Enclosing class:
- ReassignmentCommandOuterClass
public static interface ReassignmentCommandOuterClass.AssignCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the source synchronizer Must be a valid synchronizer id Requiredcom.google.protobuf.ByteString
The ID of the source synchronizer Must be a valid synchronizer id RequiredThe ID of the target synchronizer Must be a valid synchronizer id Requiredcom.google.protobuf.ByteString
The ID of the target synchronizer Must be a valid synchronizer id RequiredThe ID from the unassigned event to be completed by this assignment.com.google.protobuf.ByteString
The ID from the unassigned event to be completed by this assignment.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
-
getUnassignId
String getUnassignId()The ID from the unassigned event to be completed by this assignment. Must be a valid LedgerString (as described in ``value.proto``). Required
string unassign_id = 1 [json_name = "unassignId"];
- Returns:
- The unassignId.
-
getUnassignIdBytes
com.google.protobuf.ByteString getUnassignIdBytes()The ID from the unassigned event to be completed by this assignment. Must be a valid LedgerString (as described in ``value.proto``). Required
string unassign_id = 1 [json_name = "unassignId"];
- Returns:
- The bytes for unassignId.
-
getSource
String getSource()The ID of the source synchronizer Must be a valid synchronizer id Required
string source = 2 [json_name = "source"];
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()The ID of the source synchronizer Must be a valid synchronizer id Required
string source = 2 [json_name = "source"];
- Returns:
- The bytes for source.
-
getTarget
String getTarget()The ID of the target synchronizer Must be a valid synchronizer id Required
string target = 3 [json_name = "target"];
- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()The ID of the target synchronizer Must be a valid synchronizer id Required
string target = 3 [json_name = "target"];
- Returns:
- The bytes for target.
-