Package com.daml.ledger.api.v2
Interface CommandsOuterClass.CreateAndExerciseCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandsOuterClass.CreateAndExerciseCommand
,CommandsOuterClass.CreateAndExerciseCommand.Builder
- Enclosing class:
- CommandsOuterClass
public static interface CommandsOuterClass.CreateAndExerciseCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the choice the client wants to exercise.The argument for this choice.The argument for this choice.com.google.protobuf.ByteString
The name of the choice the client wants to exercise.The arguments required for creating a contract from this template.The arguments required for creating a contract from this template.The template of the contract the client wants to create.The template of the contract the client wants to create.boolean
The argument for this choice.boolean
The arguments required for creating a contract from this template.boolean
The template of the contract the client wants to create.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
-
hasTemplateId
boolean hasTemplateId()The template of the contract the client wants to create. Both package-name and package-id reference identifier formats for the template-id are supported. Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4. Required
.com.daml.ledger.api.v2.Identifier template_id = 1 [json_name = "templateId"];
- Returns:
- Whether the templateId field is set.
-
getTemplateId
ValueOuterClass.Identifier getTemplateId()The template of the contract the client wants to create. Both package-name and package-id reference identifier formats for the template-id are supported. Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4. Required
.com.daml.ledger.api.v2.Identifier template_id = 1 [json_name = "templateId"];
- Returns:
- The templateId.
-
getTemplateIdOrBuilder
ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()The template of the contract the client wants to create. Both package-name and package-id reference identifier formats for the template-id are supported. Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4. Required
.com.daml.ledger.api.v2.Identifier template_id = 1 [json_name = "templateId"];
-
hasCreateArguments
boolean hasCreateArguments()The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v2.Record create_arguments = 2 [json_name = "createArguments"];
- Returns:
- Whether the createArguments field is set.
-
getCreateArguments
ValueOuterClass.Record getCreateArguments()The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v2.Record create_arguments = 2 [json_name = "createArguments"];
- Returns:
- The createArguments.
-
getCreateArgumentsOrBuilder
ValueOuterClass.RecordOrBuilder getCreateArgumentsOrBuilder()The arguments required for creating a contract from this template. Required
.com.daml.ledger.api.v2.Record create_arguments = 2 [json_name = "createArguments"];
-
getChoice
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"];
- Returns:
- The choice.
-
getChoiceBytes
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"];
- Returns:
- The bytes for choice.
-
hasChoiceArgument
boolean hasChoiceArgument()The argument for this choice. Required
.com.daml.ledger.api.v2.Value choice_argument = 4 [json_name = "choiceArgument"];
- Returns:
- Whether the choiceArgument field is set.
-
getChoiceArgument
ValueOuterClass.Value getChoiceArgument()The argument for this choice. Required
.com.daml.ledger.api.v2.Value choice_argument = 4 [json_name = "choiceArgument"];
- Returns:
- The choiceArgument.
-
getChoiceArgumentOrBuilder
ValueOuterClass.ValueOrBuilder getChoiceArgumentOrBuilder()The argument for this choice. Required
.com.daml.ledger.api.v2.Value choice_argument = 4 [json_name = "choiceArgument"];
-