Package com.daml.ledger.api.v2
Interface CommandServiceOuterClass.SubmitAndWaitResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandServiceOuterClass.SubmitAndWaitResponse
,CommandServiceOuterClass.SubmitAndWaitResponse.Builder
- Enclosing class:
- CommandServiceOuterClass
public static interface CommandServiceOuterClass.SubmitAndWaitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
The details of the offset field are described in ``community/ledger-api/README.md``.The id of the transaction that resulted from the submitted command.com.google.protobuf.ByteString
The id of the transaction that resulted from the submitted command.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
-
getUpdateId
String getUpdateId()The id of the transaction that resulted from the submitted command. Must be a valid LedgerString (as described in ``value.proto``). Required
string update_id = 1 [json_name = "updateId"];
- Returns:
- The updateId.
-
getUpdateIdBytes
com.google.protobuf.ByteString getUpdateIdBytes()The id of the transaction that resulted from the submitted command. Must be a valid LedgerString (as described in ``value.proto``). Required
string update_id = 1 [json_name = "updateId"];
- Returns:
- The bytes for updateId.
-
getCompletionOffset
long getCompletionOffset()The details of the offset field are described in ``community/ledger-api/README.md``. Required
int64 completion_offset = 2 [json_name = "completionOffset"];
- Returns:
- The completionOffset.
-