Cloud Firestore V1beta1 Client - Class ListCollectionIdsResponse (1.27.3)

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

The response from Firestore.ListCollectionIds.

Generated from protobuf message google.firestore.v1beta1.ListCollectionIdsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ collection_ids string[]

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