Package com.google.datastore.v1
Interface TransactionOptions.ReadWriteOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransactionOptions.ReadWrite,TransactionOptions.ReadWrite.Builder
- Enclosing class:
- TransactionOptions
public static interface TransactionOptions.ReadWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe transaction identifier of the transaction being retried.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPreviousTransaction
com.google.protobuf.ByteString getPreviousTransaction()The transaction identifier of the transaction being retried.
bytes previous_transaction = 1;- Returns:
- The previousTransaction.
-