{ 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/*
.R/firestore_functions.R
projects.databases.collectionGroups.fields.patch.Rd
Autogenerated via gar_create_api_skeleton
projects.databases.collectionGroups.fields.patch(
GoogleFirestoreAdminV1Field,
name,
updateMask = NULL
)
The GoogleFirestoreAdminV1Field object to pass to this method
Required
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()