Cloud Firestore V1 Client - Class DeleteIndexRequest (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class DeleteIndexRequest.

The request for FirestoreAdmin.DeleteIndex.

Generated from protobuf message google.firestore.admin.v1.DeleteIndexRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. A name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

getName

Required. A name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

Returns
TypeDescription
string

setName

Required. A name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this