Package com.google.cloud.datastore
Interface Transaction.Response
-
- Enclosing interface:
- Transaction
public static interface Transaction.Response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Key>
getGeneratedKeys()
Returns a list of keys generated by a transaction.
-