public static interface CompletionOuterClass.CompletionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandId()
The ID of the succeeded or failed command.
|
com.google.protobuf.ByteString |
getCommandIdBytes()
The ID of the succeeded or failed command.
|
com.google.rpc.Status |
getStatus()
Identifies the exact type of the error.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Identifies the exact type of the error.
|
TraceContextOuterClass.TraceContext |
getTraceContext()
The trace context submitted with the command.
|
TraceContextOuterClass.TraceContextOrBuilder |
getTraceContextOrBuilder()
The trace context submitted with the command.
|
java.lang.String |
getTransactionId()
The transaction_id of the transaction that resulted from the command with command_id.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
The transaction_id of the transaction that resulted from the command with command_id.
|
boolean |
hasStatus()
Identifies the exact type of the error.
|
boolean |
hasTraceContext()
The trace context submitted with the command.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getCommandId()
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
com.google.protobuf.ByteString getCommandIdBytes()
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
boolean hasStatus()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
com.google.rpc.Status getStatus()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
java.lang.String getTransactionId()
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
boolean hasTraceContext()
The trace context submitted with the command. 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()
The trace context submitted with the command. 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()
The trace context submitted with the command. 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"];