Reference documentation and code samples for the Cloud Firestore V1beta1 Client class ListDocumentsResponse.
The response for Firestore.ListDocuments.
Generated from protobuf message google.firestore.v1beta1.ListDocumentsResponse
Namespace
Google \ Cloud \ Firestore \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ documents | array<Google\Cloud\Firestore\V1beta1\Document>The Documents found. | 
| ↳ next_page_token | stringThe next page token. | 
getDocuments
The Documents found.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setDocuments
The Documents found.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\Firestore\V1beta1\Document> | 
| 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 | |