Package com.daml.ledger.api.v2
Interface ReassignmentCommandOuterClass.UnassignCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReassignmentCommandOuterClass.UnassignCommand
,ReassignmentCommandOuterClass.UnassignCommand.Builder
- Enclosing class:
- ReassignmentCommandOuterClass
public static interface ReassignmentCommandOuterClass.UnassignCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the contract the client wants to unassign.com.google.protobuf.ByteString
The ID of the contract the client wants to unassign.The 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 RequiredMethods 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
-
getContractId
String getContractId()The ID of the contract the client wants to unassign. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 1 [json_name = "contractId"];
- Returns:
- The contractId.
-
getContractIdBytes
com.google.protobuf.ByteString getContractIdBytes()The ID of the contract the client wants to unassign. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 1 [json_name = "contractId"];
- Returns:
- The bytes for contractId.
-
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.
-