Skip to main content

site_search_engine_domain_verification_status

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

Overview

Namesite_search_engine_domain_verification_status
TypeResource
Idgoogle.discoveryengine.site_search_engine_domain_verification_status

Fields

NameDatatypeDescription
nextPageTokenstringA token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
targetSitesarrayList of TargetSites containing the site verification status.
totalSizeintegerThe total number of items matching the request. This will always be populated in the response.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_site_search_engine_fetch_domain_verification_statusSELECTcollectionsId, dataStoresId, locationsId, projectsIdReturns list of target sites with its domain verification status. This method can only be called under data store with BASIC_SITE_SEARCH state at the moment.

SELECT examples

Returns list of target sites with its domain verification status. This method can only be called under data store with BASIC_SITE_SEARCH state at the moment.

SELECT
nextPageToken,
targetSites,
totalSize
FROM google.discoveryengine.site_search_engine_domain_verification_status
WHERE collectionsId = '{{ collectionsId }}'
AND dataStoresId = '{{ dataStoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';