Reference documentation and code samples for the Google Developers Knowledge V1 Client class BatchGetDocumentsResponse.
Response message for DeveloperKnowledge.BatchGetDocuments.
Generated from protobuf message google.developers.knowledge.v1.BatchGetDocumentsResponse
Namespace
Google \ Developers \ Knowledge \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
โณ documents |
array<Document>
Contains the documents requested. |
getDocuments
Contains the documents requested.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Document> |
|
setDocuments
Contains the documents requested.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Document>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|