ProjectsDatabasesCollectionGroupsIndexes
class ProjectsDatabasesCollectionGroupsIndexes extends Resource (View source)
The "indexes" collection of methods.
Typical usage is:
$firestoreService = new Google\Service\Firestore(...);
$indexes = $firestoreService->projects_databases_collectionGroups_indexes;
Methods
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. (indexes.create)
Deletes a composite index. (indexes.delete)
Gets a composite index. (indexes.get)
Lists composite indexes.
Details
GoogleLongrunningOperation
create(string $parent, GoogleFirestoreAdminV1Index $postBody, array $optParams = [])
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. (indexes.create)
FirestoreEmpty
delete(string $name, array $optParams = [])
Deletes a composite index. (indexes.delete)
GoogleFirestoreAdminV1Index
get(string $name, array $optParams = [])
Gets a composite index. (indexes.get)
GoogleFirestoreAdminV1ListIndexesResponse
listProjectsDatabasesCollectionGroupsIndexes(string $parent, array $optParams = [])
Lists composite indexes.
(indexes.listProjectsDatabasesCollectionGroupsIndexes)