Reference documentation and code samples for the Cloud Firestore V1 Client class ListDocumentsResponse.
The response for Firestore.ListDocuments .
Generated from protobuf message google.firestore.v1.ListDocumentsResponse
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ documents
↳ next_page_token
string
The next page token.
getDocuments
The Documents found.
setDocuments
The Documents found.
Returns
Type
Description
$this
getNextPageToken
The next page token.
Returns
Type
Description
string
setNextPageToken
The next page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this