Cloud Firestore V1 Client - Class ListIndexesRequest (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class ListIndexesRequest.

The request for FirestoreAdmin.ListIndexes.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

↳ filter string

The filter to apply to list results.

↳ page_size int

The number of results to return.

↳ page_token string

A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.

getParent

Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

Returns
TypeDescription
string

setParent

Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The filter to apply to list results.

Returns
TypeDescription
string

setFilter

The filter to apply to list results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The number of results to return.

Returns
TypeDescription
int

setPageSize

The number of results to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.

Returns
TypeDescription
string

setPageToken

A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this