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

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

Namespace

Google \ Cloud \ Datastore \ Admin \ V1

Methods

__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.

↳ 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
Type Description
string

setProjectId

Project ID against which to make the request.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Generated from protobuf field string filter = 3;

Returns
Type Description
string

setFilter

Generated from protobuf field string filter = 3;

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

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

Returns
Type Description
int

setPageSize

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

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this