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
The following fields are returned by SELECT
queries:
- projects_locations_collections_data_stores_branches_batch_get_documents_metadata
- projects_locations_data_stores_branches_batch_get_documents_metadata
Successful response
Name | Datatype | Description |
---|---|---|
documentsMetadata | array | The metadata of the Documents. |
Successful response
Name | Datatype | Description |
---|---|---|
documentsMetadata | array | The metadata of the Documents. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
projects_locations_collections_data_stores_branches_batch_get_documents_metadata | select | projectsId , locationsId , collectionsId , dataStoresId , branchesId | matcher.urisMatcher.uris , matcher.fhirMatcher.fhirResources | Gets index freshness metadata for Documents. Supported for website search only. |
projects_locations_data_stores_branches_batch_get_documents_metadata | select | projectsId , locationsId , dataStoresId , branchesId | matcher.urisMatcher.uris , matcher.fhirMatcher.fhirResources | Gets 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.
Name | Datatype | Description |
---|---|---|
branchesId | string | |
collectionsId | string | |
dataStoresId | string | |
locationsId | string | |
projectsId | string | |
matcher.fhirMatcher.fhirResources | string | |
matcher.urisMatcher.uris | string |
SELECT
examples
- projects_locations_collections_data_stores_branches_batch_get_documents_metadata
- projects_locations_data_stores_branches_batch_get_documents_metadata
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 }}';
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 dataStoresId = '{{ dataStoresId }}' -- required
AND branchesId = '{{ branchesId }}' -- required
AND matcher.urisMatcher.uris = '{{ matcher.urisMatcher.uris }}'
AND matcher.fhirMatcher.fhirResources = '{{ matcher.fhirMatcher.fhirResources }}';