Google Cloud Discovery Engine V1 Client - Class BatchGetDocumentsMetadataResponse (1.1.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class BatchGetDocumentsMetadataResponse.

Response message for DocumentService.BatchGetDocumentsMetadata method.

Generated from protobuf message google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ documents_metadataarray<Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataResponse\DocumentMetadata>

The metadata of the Documents.

getDocumentsMetadata

The metadata of the Documents.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDocumentsMetadata

The metadata of the Documents.

Parameter
NameDescription
vararray<Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataResponse\DocumentMetadata>
Returns
TypeDescription
$this