View source: R/firestore_functions.R
projects.databases.operations.list | R Documentation |
UNIMPLEMENTED
. NOTE: the name
binding allows API services to override the binding to use different resource name schemes, such as users/*/operations
. To override the binding, API services can add a binding such as '/v1/{name=users/*}/operations'
to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.Autogenerated via gar_create_api_skeleton
projects.databases.operations.list( name, pageSize = NULL, pageToken = NULL, filter = NULL )
name |
The name of the operation's parent resource |
pageSize |
The standard list page size |
pageToken |
The standard list page token |
filter |
The standard list filter |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.