data_stores_site_search_engine
Creates, updates, deletes, gets or lists a data_stores_site_search_engine
resource.
Overview
Name | data_stores_site_search_engine |
Type | Resource |
Id | google.discoveryengine.data_stores_site_search_engine |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The fully qualified resource name of the site search engine. Format: projects/*/locations/*/dataStores/*/siteSearchEngine |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_collections_data_stores_get_site_search_engine | SELECT | collectionsId, dataStoresId, locationsId, projectsId | Gets the SiteSearchEngine. |
projects_locations_data_stores_get_site_search_engine | SELECT | dataStoresId, locationsId, projectsId | Gets the SiteSearchEngine. |
SELECT
examples
Gets the SiteSearchEngine.
SELECT
name
FROM google.discoveryengine.data_stores_site_search_engine
WHERE dataStoresId = '{{ dataStoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';