Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ListIndexesResponse.
The response for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Generated from protobuf message google.datastore.admin.v1.ListIndexesResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ indexes |
array<Google\Cloud\Datastore\Admin\V1\Index>
The indexes. |
↳ next_page_token |
string
The standard List next-page token. |
getIndexes
The indexes.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIndexes
The indexes.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Datastore\Admin\V1\Index>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The standard List next-page token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The standard List next-page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |