projects.databases.collectionGroups.fields.list: Lists the field configuration and metadata for this database....

View source: R/firestore_functions.R

projects.databases.collectionGroups.fields.listR Documentation

Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to indexConfig.usesAncestorConfig:false .

Description

Autogenerated via gar_create_api_skeleton

Usage

projects.databases.collectionGroups.fields.list(
  parent,
  pageToken = NULL,
  pageSize = NULL,
  filter = NULL
)

Arguments

parent

Required

pageToken

A page token, returned from a previous call to FirestoreAdmin

pageSize

The number of results to return

filter

The filter to apply to list results

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.