Skip to main content

site_search_engine

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

Overview

Namesite_search_engine
TypeResource
Idgoogle.discoveryengine.site_search_engine

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_collections_data_stores_site_search_engine_enable_advanced_site_searchexecprojectsId, locationsId, collectionsId, dataStoresIdUpgrade from basic site search to advanced site search.
projects_locations_collections_data_stores_site_search_engine_disable_advanced_site_searchexecprojectsId, locationsId, collectionsId, dataStoresIdDowngrade from advanced site search to basic site search.
projects_locations_collections_data_stores_site_search_engine_recrawl_urisexecprojectsId, locationsId, collectionsId, dataStoresIdRequest on-demand recrawl for a list of URIs.
projects_locations_collections_data_stores_site_search_engine_batch_verify_target_sitesexecprojectsId, locationsId, collectionsId, dataStoresIdVerify target sites' ownership and validity. This API sends all the target sites under site search engine for verification.
projects_locations_data_stores_site_search_engine_enable_advanced_site_searchexecprojectsId, locationsId, dataStoresIdUpgrade from basic site search to advanced site search.
projects_locations_data_stores_site_search_engine_disable_advanced_site_searchexecprojectsId, locationsId, dataStoresIdDowngrade from advanced site search to basic site search.
projects_locations_data_stores_site_search_engine_recrawl_urisexecprojectsId, locationsId, dataStoresIdRequest on-demand recrawl for a list of URIs.

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
collectionsIdstring
dataStoresIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

Upgrade from basic site search to advanced site search.

EXEC google.discoveryengine.site_search_engine.projects_locations_collections_data_stores_site_search_engine_enable_advanced_site_search 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required;