registrations_importable_domains
Creates, updates, deletes, gets or lists a registrations_importable_domains
resource.
Overview
Name | registrations_importable_domains |
Type | Resource |
Id | google.domains.registrations_importable_domains |
Fields
Name | Datatype | Description |
---|---|---|
domains | array | A list of domains that the calling user manages in Google Domains. |
nextPageToken | string | When 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
Name | Accessible by | Required Params | Description |
---|---|---|---|
retrieve_importable_domains | SELECT | locationsId, projectsId | 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
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 }}';