Cloud Firestore V1 Client - Class ListCollectionIdsResponse (1.38.0)

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

The response from Firestore.ListCollectionIds.

Generated from protobuf message google.firestore.v1.ListCollectionIdsResponse

Namespace

Google \ Cloud \ Firestore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ collection_ids array

The collection ids.

↳ next_page_token string

A page token that may be used to continue the list.

getCollectionIds

The collection ids.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCollectionIds

The collection ids.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getNextPageToken

A page token that may be used to continue the list.

Returns
TypeDescription
string

setNextPageToken

A page token that may be used to continue the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this