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

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ListIndexesRequest.

The request for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.

Generated from protobuf message google.datastore.admin.v1.ListIndexesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

Project ID against which to make the request.

↳ filter string
↳ page_size int

The maximum number of items to return. If zero, then all results will be returned.

↳ page_token string

The next_page_token value returned from a previous List request, if any.

getProjectId

Project ID against which to make the request.

Returns
TypeDescription
string

setProjectId

Project ID against which to make the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Generated from protobuf field string filter = 3;

Returns
TypeDescription
string

setFilter

Generated from protobuf field string filter = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return. If zero, then all results will be returned.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return. If zero, then all results will be returned.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The next_page_token value returned from a previous List request, if any.

Returns
TypeDescription
string

setPageToken

The next_page_token value returned from a previous List request, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this