2022-06-24
▼ ▲ domains.projects.locations.registrations.import
Path : v1/{+parent}/registrations:import
Parameter Order : parent
Description : Imports a domain name from [Google Domains](https://domains.google/) for use in Cloud Domains. To transfer a domain from another registrar, use the `TransferDomain` method instead. Since individual users can own domains in Google Domains, the calling user must have ownership permission on the domain.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Description : Required. The parent resource of the Registration. Must be in the format `projects/*/locations/*`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
HTTP Method : POST
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/registrations:import
▼ ▲ domains.projects.locations.registrations.retrieveImportableDomains
Parameters :
location
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. The location. Must be in the format `projects/*/locations/*`.
Required : Yes
pageSize
Format : int32
Location : query
Type : integer
Description : Maximum number of results to return.
pageToken
Description : When set to the `next_page_token` from a prior response, provides the next page of results.
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : location
Path : v1/{+location}/registrations:retrieveImportableDomains
Description : Lists domain names from [Google Domains](https://domains.google/) 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 supported by Google Domains, but not supported by Cloud Domains, are not returned.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/registrations:retrieveImportableDomains