projects.databases.operations.list: Lists operations that match the specified filter in the...

View source: R/firestore_functions.R

projects.databases.operations.listR Documentation

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns 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.

Description

Autogenerated via gar_create_api_skeleton

Usage

projects.databases.operations.list(
  name,
  pageSize = NULL,
  pageToken = NULL,
  filter = NULL
)

Arguments

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

Details

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.

See Also

Google Documentation


robonomist/googleFirestore documentation built on Jan. 30, 2023, 6:39 p.m.