-
Notifications
You must be signed in to change notification settings - Fork 1.1k
documentation issues: for transaction.update() #2892
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
https://googlecloudplatform.github.io/google-cloud-java/0.34.0/apidocs/com/google/cloud/datastore/DatastoreWriter.html#update-com.google.cloud.datastore.Entity...-
the methods return value is void and it is documented to not throw anything. Still the documentation says "The operation will fail if an entity with the same key does not already exist.".
How will it fail?