Autogenerated via gar_create_api_skeleton
projects.databases.documents.get(
name,
mask.fieldPaths = NULL,
readTime = NULL,
transaction = NULL
)
Required
The list of field paths in the mask
Reads the version of the document at the given time
Reads the document in a transaction
Authentication scopes used by this function are:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/datastore
Set options(googleAuthR.scopes.selected = c(https://www.googleapis.com/auth/cloud-platform, https://www.googleapis.com/auth/datastore)
Then run googleAuthR::gar_auth()
to authenticate.
See gar_auth
for details.