site_search_engine_domain_verification_status
Creates, updates, deletes, gets or lists a site_search_engine_domain_verification_status
resource.
Overview
Name | site_search_engine_domain_verification_status |
Type | Resource |
Id | google.discoveryengine.site_search_engine_domain_verification_status |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. |
targetSites | array | List of TargetSites containing the site verification status. |
totalSize | integer | The total number of items matching the request. This will always be populated in the response. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_collections_data_stores_site_search_engine_fetch_domain_verification_status | SELECT | collectionsId, dataStoresId, locationsId, projectsId | 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
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 }}';