Package com.daml.ledger.api.v2
Interface CommandSubmissionServiceOuterClass.SubmitRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandSubmissionServiceOuterClass.SubmitRequest
,CommandSubmissionServiceOuterClass.SubmitRequest.Builder
- Enclosing class:
- CommandSubmissionServiceOuterClass
public static interface CommandSubmissionServiceOuterClass.SubmitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe commands to be submitted in a single transaction.The commands to be submitted in a single transaction.boolean
The commands to be submitted in a single transaction.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
-
hasCommands
boolean hasCommands()The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v2.Commands commands = 1 [json_name = "commands"];
- Returns:
- Whether the commands field is set.
-
getCommands
CommandsOuterClass.Commands getCommands()The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v2.Commands commands = 1 [json_name = "commands"];
- Returns:
- The commands.
-
getCommandsOrBuilder
CommandsOuterClass.CommandsOrBuilder getCommandsOrBuilder()The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v2.Commands commands = 1 [json_name = "commands"];
-