View source: R/firestore_functions.R
projects.databases.collectionGroups.fields.patch | R Documentation |
{ paths: 'index_config' }
. This call returns a google.longrunning.Operation which may be used to track the status of the field update. The metadata for the operation will be the type FieldOperationMetadata. To configure the default field settings for the database, use the special Field
with resource name: projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*
.Autogenerated via gar_create_api_skeleton
projects.databases.collectionGroups.fields.patch( GoogleFirestoreAdminV1Field, name, updateMask = NULL )
GoogleFirestoreAdminV1Field |
The GoogleFirestoreAdminV1Field object to pass to this method |
name |
Required |
updateMask |
A mask, relative to the field |
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.
Other GoogleFirestoreAdminV1Field functions:
GoogleFirestoreAdminV1Field()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.