public static interface CommandsOuterClass.CreateAndExerciseCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getChoice()
 The name of the choice the client wants to exercise. 
 | 
ValueOuterClass.Value | 
getChoiceArgument()
 The argument for this choice. 
 | 
ValueOuterClass.ValueOrBuilder | 
getChoiceArgumentOrBuilder()
 The argument for this choice. 
 | 
com.google.protobuf.ByteString | 
getChoiceBytes()
 The name of the choice the client wants to exercise. 
 | 
ValueOuterClass.Record | 
getCreateArguments()
 The arguments required for creating a contract from this template. 
 | 
ValueOuterClass.RecordOrBuilder | 
getCreateArgumentsOrBuilder()
 The arguments required for creating a contract from this template. 
 | 
ValueOuterClass.Identifier | 
getTemplateId()
 The template of the contract the client wants to create. 
 | 
ValueOuterClass.IdentifierOrBuilder | 
getTemplateIdOrBuilder()
 The template of the contract the client wants to create. 
 | 
boolean | 
hasChoiceArgument()
 The argument for this choice. 
 | 
boolean | 
hasCreateArguments()
 The arguments required for creating a contract from this template. 
 | 
boolean | 
hasTemplateId()
 The template of the contract the client wants to create. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTemplateId()
The template of the contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1[json_name = "templateId"];ValueOuterClass.Identifier getTemplateId()
The template of the contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1[json_name = "templateId"];ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
The template of the contract the client wants to create. Required
.com.daml.ledger.api.v1.Identifier template_id = 1[json_name = "templateId"];boolean hasCreateArguments()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2[json_name = "createArguments"];ValueOuterClass.Record getCreateArguments()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2[json_name = "createArguments"];ValueOuterClass.RecordOrBuilder getCreateArgumentsOrBuilder()
The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v1.Record create_arguments = 2[json_name = "createArguments"];java.lang.String getChoice()
The name of the choice the client wants to exercise. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 3[json_name = "choice"];com.google.protobuf.ByteString getChoiceBytes()
The name of the choice the client wants to exercise. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 3[json_name = "choice"];boolean hasChoiceArgument()
The argument for this choice. Required
.com.daml.ledger.api.v1.Value choice_argument = 4[json_name = "choiceArgument"];ValueOuterClass.Value getChoiceArgument()
The argument for this choice. Required
.com.daml.ledger.api.v1.Value choice_argument = 4[json_name = "choiceArgument"];ValueOuterClass.ValueOrBuilder getChoiceArgumentOrBuilder()
The argument for this choice. Required
.com.daml.ledger.api.v1.Value choice_argument = 4[json_name = "choiceArgument"];