Skip to main content

registrations_importable_domains

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

Overview

Nameregistrations_importable_domains
TypeResource
Idgoogle.domains.registrations_importable_domains

Fields

NameDatatypeDescription
domainsarrayA list of domains that the calling user manages in Google Domains.
nextPageTokenstringWhen present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.

Methods

NameAccessible byRequired ParamsDescription
retrieve_importable_domainsSELECTlocationsId, projectsIdDeprecated: For more information, see Cloud Domains feature deprecation Lists domain names from Google Domains that can be imported to Cloud Domains using the ImportDomain method. Since individual users can own domains in Google Domains, the list of domains returned depends on the individual user making the call. Domains already managed by Cloud Domains are not returned.

SELECT examples

Deprecated: For more information, see Cloud Domains feature deprecation Lists domain names from Google Domains that can be imported to Cloud Domains using the ImportDomain method. Since individual users can own domains in Google Domains, the list of domains returned depends on the individual user making the call. Domains already managed by Cloud Domains are not returned.

SELECT
domains,
nextPageToken
FROM google.domains.registrations_importable_domains
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';