public static interface CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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"];
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"];