Google Cloud Datastore Admin V1 Client - Class DeleteIndexRequest (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class DeleteIndexRequest.
The request for google.datastore.admin.v1.DatastoreAdmin.DeleteIndex.
Generated from protobuf message google.datastore.admin.v1.DeleteIndexRequest
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
Project ID against which to make the request. |
↳ index_id |
string
The resource ID of the index to delete. |
getProjectId
Project ID against which to make the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
Project ID against which to make the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIndexId
The resource ID of the index to delete.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIndexId
The resource ID of the index to delete.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|