Skip to main content

branches_documents_metadata

Creates, updates, deletes, gets or lists a branches_documents_metadata resource.

Overview

Namebranches_documents_metadata
TypeResource
Idgoogle.discoveryengine.branches_documents_metadata

Fields

NameDatatypeDescription
documentsMetadataarrayThe metadata of the Documents.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_branches_batch_get_documents_metadataSELECTbranchesId, collectionsId, dataStoresId, locationsId, projectsIdGets index freshness metadata for Documents. Supported for website search only.
projects_locations_data_stores_branches_batch_get_documents_metadataSELECTbranchesId, dataStoresId, locationsId, projectsIdGets 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 }}';