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

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
documentsMetadataarrayThe metadata of the Documents.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_collections_data_stores_branches_batch_get_documents_metadataselectprojectsId, locationsId, collectionsId, dataStoresId, branchesIdmatcher.urisMatcher.uris, matcher.fhirMatcher.fhirResourcesGets index freshness metadata for Documents. Supported for website search only.
projects_locations_data_stores_branches_batch_get_documents_metadataselectprojectsId, locationsId, dataStoresId, branchesIdmatcher.urisMatcher.uris, matcher.fhirMatcher.fhirResourcesGets index freshness metadata for Documents. Supported for website search only.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
branchesIdstring
collectionsIdstring
dataStoresIdstring
locationsIdstring
projectsIdstring
matcher.fhirMatcher.fhirResourcesstring
matcher.urisMatcher.urisstring

SELECT examples

Gets index freshness metadata for Documents. Supported for website search only.

SELECT
documentsMetadata
FROM google.discoveryengine.branches_documents_metadata
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND collectionsId = '{{ collectionsId }}' -- required
AND dataStoresId = '{{ dataStoresId }}' -- required
AND branchesId = '{{ branchesId }}' -- required
AND matcher.urisMatcher.uris = '{{ matcher.urisMatcher.uris }}'
AND matcher.fhirMatcher.fhirResources = '{{ matcher.fhirMatcher.fhirResources }}';