Package com.daml.ledger.api.v1
Interface CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse
,CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse.Builder
- Enclosing class:
- CommandServiceOuterClass
public static interface CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCompletionOffset()
The format of this field is described in ``ledger_offset.proto``.com.google.protobuf.ByteString
getCompletionOffsetBytes()
The format of this field is described in ``ledger_offset.proto``.java.lang.String
getTransactionId()
The id of the transaction that resulted from the submitted command.com.google.protobuf.ByteString
getTransactionIdBytes()
The id of the transaction that resulted from the submitted command.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTransactionId
java.lang.String getTransactionId()
The id of the transaction that resulted from the submitted command. Must be a valid LedgerString (as described in ``value.proto``). Required
string transaction_id = 1 [json_name = "transactionId"];
- Returns:
- The transactionId.
-
getTransactionIdBytes
com.google.protobuf.ByteString getTransactionIdBytes()
The id of the transaction that resulted from the submitted command. Must be a valid LedgerString (as described in ``value.proto``). Required
string transaction_id = 1 [json_name = "transactionId"];
- Returns:
- The bytes for transactionId.
-
getCompletionOffset
java.lang.String getCompletionOffset()
The format of this field is described in ``ledger_offset.proto``. Optional
string completion_offset = 2 [json_name = "completionOffset"];
- Returns:
- The completionOffset.
-
getCompletionOffsetBytes
com.google.protobuf.ByteString getCompletionOffsetBytes()
The format of this field is described in ``ledger_offset.proto``. Optional
string completion_offset = 2 [json_name = "completionOffset"];
- Returns:
- The bytes for completionOffset.
-
-