Google Cloud Discovery Engine V1 Client - Class BatchGetDocumentsMetadataRequest (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class BatchGetDocumentsMetadataRequest.
Request message for DocumentService.BatchGetDocumentsMetadata method.
Generated from protobuf message google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent branch resource name, such as |
↳ matcher |
BatchGetDocumentsMetadataRequest\Matcher
Required. Matcher for the Documents. |
getParent
Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMatcher
Required. Matcher for the Documents.
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest\Matcher|null |
|
hasMatcher
clearMatcher
setMatcher
Required. Matcher for the Documents.
| Parameter | |
|---|---|
| Name | Description |
var |
BatchGetDocumentsMetadataRequest\Matcher
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent branch resource name, such as
|
| Returns | |
|---|---|
| Type | Description |
BatchGetDocumentsMetadataRequest |
|