Reference documentation and code samples for the Cloud Firestore V1 Client class ListIndexesResponse.
The response for FirestoreAdmin.ListIndexes.
Generated from protobuf message google.firestore.admin.v1.ListIndexesResponse
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ indexes |
array<Google\Cloud\Firestore\Admin\V1\Index>
The requested indexes. |
↳ next_page_token |
string
A page token that may be used to request another page of results. If blank, this is the last page. |
getIndexes
The requested indexes.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIndexes
The requested indexes.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Firestore\Admin\V1\Index>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A page token that may be used to request another page of results. If blank, this is the last page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A page token that may be used to request another page of results. If blank, this is the last page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |