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.R/firestore_functions.R
projects.databases.operations.list.Rd
Autogenerated via gar_create_api_skeleton
projects.databases.operations.list(
name,
pageSize = NULL,
pageToken = NULL,
filter = NULL
)
The name of the operation's parent resource
The standard list page size
The standard list page token
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.