Cloud Firestore V1beta1 Client - Class ListCollectionIdsResponse (1.43.1)

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

Namespace

Google \ Cloud \ Firestore \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setCollectionIds

The collection ids.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this