public static interface CommandServiceOuterClass.SubmitAndWaitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
CommandsOuterClass.Commands | 
getCommands()
 The commands to be submitted. 
 | 
CommandsOuterClass.CommandsOrBuilder | 
getCommandsOrBuilder()
 The commands to be submitted. 
 | 
TraceContextOuterClass.TraceContext | 
getTraceContext()
 Server side tracing will be registered as a child of the submitted context. 
 | 
TraceContextOuterClass.TraceContextOrBuilder | 
getTraceContextOrBuilder()
 Server side tracing will be registered as a child of the submitted context. 
 | 
boolean | 
hasCommands()
 The commands to be submitted. 
 | 
boolean | 
hasTraceContext()
 Server side tracing will be registered as a child of the submitted context. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommands()
The commands to be submitted. Required
.com.daml.ledger.api.v1.Commands commands = 1[json_name = "commands"];CommandsOuterClass.Commands getCommands()
The commands to be submitted. Required
.com.daml.ledger.api.v1.Commands commands = 1[json_name = "commands"];CommandsOuterClass.CommandsOrBuilder getCommandsOrBuilder()
The commands to be submitted. Required
.com.daml.ledger.api.v1.Commands commands = 1[json_name = "commands"];boolean hasTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];TraceContextOuterClass.TraceContext getTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];TraceContextOuterClass.TraceContextOrBuilder getTraceContextOrBuilder()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];