projects.databases.collectionGroups.indexes.create: Creates a composite index. This returns a...

View source: R/firestore_functions.R

projects.databases.collectionGroups.indexes.createR Documentation

Creates a composite index. This returns a google.longrunning.Operation which may be used to track the status of the creation. The metadata for the operation will be the type IndexOperationMetadata.

Description

Autogenerated via gar_create_api_skeleton

Usage

projects.databases.collectionGroups.indexes.create(
  GoogleFirestoreAdminV1Index,
  parent
)

Arguments

GoogleFirestoreAdminV1Index

The GoogleFirestoreAdminV1Index object to pass to this method

parent

Required

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

Other GoogleFirestoreAdminV1Index functions: GoogleFirestoreAdminV1Index()


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