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
The following fields are returned by SELECT queries:
- projects_locations_collections_data_stores_get_site_search_engine
- projects_locations_data_stores_get_site_search_engine
| Name | Datatype | Description |
|---|---|---|
name | string | The fully qualified resource name of the site search engine. Format: projects/*/locations/*/dataStores/*/siteSearchEngine |
| Name | Datatype | Description |
|---|---|---|
name | string | The fully qualified resource name of the site search engine. Format: projects/*/locations/*/dataStores/*/siteSearchEngine |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_collections_data_stores_get_site_search_engine | select | projectsId, locationsId, collectionsId, dataStoresId | Gets the SiteSearchEngine. | |
projects_locations_data_stores_get_site_search_engine | select | projectsId, locationsId, dataStoresId | Gets the SiteSearchEngine. |
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 |
|---|---|---|
collectionsId | string | |
dataStoresId | string | |
locationsId | string | |
projectsId | string |
SELECT examples
- projects_locations_collections_data_stores_get_site_search_engine
- projects_locations_data_stores_get_site_search_engine
Gets the SiteSearchEngine.
SELECT
name
FROM google.discoveryengine.data_stores_site_search_engine
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND collectionsId = '{{ collectionsId }}' -- required
AND dataStoresId = '{{ dataStoresId }}' -- required
;
Gets the SiteSearchEngine.
SELECT
name
FROM google.discoveryengine.data_stores_site_search_engine
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND dataStoresId = '{{ dataStoresId }}' -- required
;