Skip to main content

data_stores_site_search_engine

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

Overview

Namedata_stores_site_search_engine
TypeResource
Idgoogle.discoveryengine.data_stores_site_search_engine

Fields

NameDatatypeDescription
namestringThe fully qualified resource name of the site search engine. Format: projects/*/locations/*/dataStores/*/siteSearchEngine

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_get_site_search_engineSELECTcollectionsId, dataStoresId, locationsId, projectsIdGets the SiteSearchEngine.
projects_locations_data_stores_get_site_search_engineSELECTdataStoresId, locationsId, projectsIdGets 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 }}';