Google Cloud Datastore Admin V1 Client - Class ListIndexesResponse (0.6.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIndexes

The indexes.

Parameter
NameDescription
var array<Google\Cloud\Datastore\Admin\V1\Index>
Returns
TypeDescription
$this

getNextPageToken

The standard List next-page token.

Returns
TypeDescription
string

setNextPageToken

The standard List next-page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this