Package com.daml.ledger.api.v1
Interface CommandServiceOuterClass.SubmitAndWaitRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandServiceOuterClass.SubmitAndWaitRequest
,CommandServiceOuterClass.SubmitAndWaitRequest.Builder
- Enclosing class:
- CommandServiceOuterClass
public static interface CommandServiceOuterClass.SubmitAndWaitRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandsOuterClass.Commands
getCommands()
The commands to be submitted.CommandsOuterClass.CommandsOrBuilder
getCommandsOrBuilder()
The commands to be submitted.boolean
hasCommands()
The commands to be submitted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommands
boolean hasCommands()
The commands to be submitted. Required
.com.daml.ledger.api.v1.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.v1.Commands commands = 1 [json_name = "commands"];
- Returns:
- The commands.
-
getCommandsOrBuilder
CommandsOuterClass.CommandsOrBuilder getCommandsOrBuilder()
The commands to be submitted. Required
.com.daml.ledger.api.v1.Commands commands = 1 [json_name = "commands"];
-
-