branches_documents_metadata
Creates, updates, deletes, gets or lists a branches_documents_metadata
resource.
Overview
Name | branches_documents_metadata |
Type | Resource |
Id | google.discoveryengine.branches_documents_metadata |
Fields
Name | Datatype | Description |
---|---|---|
documentsMetadata | array | The metadata of the Documents. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_collections_data_stores_branches_batch_get_documents_metadata | SELECT | branchesId, collectionsId, dataStoresId, locationsId, projectsId | Gets index freshness metadata for Documents. Supported for website search only. |
projects_locations_data_stores_branches_batch_get_documents_metadata | SELECT | branchesId, dataStoresId, locationsId, projectsId | Gets index freshness metadata for Documents. Supported for website search only. |
SELECT
examples
Gets index freshness metadata for Documents. Supported for website search only.
SELECT
documentsMetadata
FROM google.discoveryengine.branches_documents_metadata
WHERE branchesId = '{{ branchesId }}'
AND dataStoresId = '{{ dataStoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';