Package com.daml.ledger.api.v2
Interface CommandServiceOuterClass.SubmitAndWaitForTransactionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandServiceOuterClass.SubmitAndWaitForTransactionRequest
,CommandServiceOuterClass.SubmitAndWaitForTransactionRequest.Builder
- Enclosing class:
- CommandServiceOuterClass
public static interface CommandServiceOuterClass.SubmitAndWaitForTransactionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe commands to be submitted.The commands to be submitted.If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set.If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set.boolean
The commands to be submitted.boolean
If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set.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. 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. Required
.com.daml.ledger.api.v2.Commands commands = 1 [json_name = "commands"];
- Returns:
- The commands.
-
getCommandsOrBuilder
CommandsOuterClass.CommandsOrBuilder getCommandsOrBuilder()The commands to be submitted. Required
.com.daml.ledger.api.v2.Commands commands = 1 [json_name = "commands"];
-
hasTransactionFormat
boolean hasTransactionFormat()If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set. Optional
.com.daml.ledger.api.v2.TransactionFormat transaction_format = 2 [json_name = "transactionFormat"];
- Returns:
- Whether the transactionFormat field is set.
-
getTransactionFormat
TransactionFilterOuterClass.TransactionFormat getTransactionFormat()If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set. Optional
.com.daml.ledger.api.v2.TransactionFormat transaction_format = 2 [json_name = "transactionFormat"];
- Returns:
- The transactionFormat.
-
getTransactionFormatOrBuilder
TransactionFilterOuterClass.TransactionFormatOrBuilder getTransactionFormatOrBuilder()If no ``transaction_format`` is provided, a default will be used where ``transaction_shape`` is set to TRANSACTION_SHAPE_ACS_DELTA, ``event_format`` is defined with ``filters_by_party`` containing wildcard-template filter for all original ``act_as`` and ``read_as`` parties and the ``verbose`` flag is set. Optional
.com.daml.ledger.api.v2.TransactionFormat transaction_format = 2 [json_name = "transactionFormat"];
-