2022-06-18
▼ ▲ domains.projects.locations.registrations.import
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/registrations:import
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.
Parameter Order : parent
Path : v1/{+parent}/registrations:import
Parameters :
parent
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Description : Required. The parent resource of the Registration. Must be in the format `projects/*/locations/*`.
▼ ▲ domains.projects.locations.registrations.retrieveImportableDomains
HTTP Method : GET
Parameters :
pageSize
Format : int32
Type : integer
Location : query
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
location
Type : string
Location : path
Description : Required. The location. Must be in the format `projects/*/locations/*`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
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
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+location}/registrations:retrieveImportableDomains
Parameter Order : location