Price to renew the domain for one year. Only set when resourceState is IMPORTABLE.
ResourceState
Possible states of a domain as a Registration resource.
Enums
RESOURCE_STATE_UNSPECIFIED
The assessment is undefined.
IMPORTABLE
A Registration resource can be created for this domain by calling registrations.import.
UNSUPPORTED
A Registration resource cannot be created for this domain because it is not supported by Cloud Domains; for example, the top-level domain is not supported or the registry charges non-standard pricing for yearly renewals.
SUSPENDED
A Registration resource cannot be created for this domain because it is suspended and needs to be resolved with Google Domains.
EXPIRED
A Registration resource cannot be created for this domain because it is expired and needs to be renewed with Google Domains.
DELETED
A Registration resource cannot be created for this domain because it is deleted, but it may be possible to restore it with Google Domains.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[[["\u003cp\u003eThis endpoint, \u003ccode\u003eregistrations:retrieveImportableDomains\u003c/code\u003e, lists domain names from Google Domains that are eligible for import into Cloud Domains, based on the calling user's ownership.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to use is a \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure, including the required \u003ccode\u003elocation\u003c/code\u003e path parameter, formatted as \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can use optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters to manage the number of results and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of \u003ccode\u003edomains\u003c/code\u003e that are manageable by the calling user, each with details like \u003ccode\u003edomainName\u003c/code\u003e, \u003ccode\u003eresourceState\u003c/code\u003e, and \u003ccode\u003eyearlyPrice\u003c/code\u003e, along with a \u003ccode\u003enextPageToken\u003c/code\u003e for further results if applicable.\u003c/p\u003e\n"],["\u003cp\u003eThis service is deprecated, and the Cloud Domains feature has been marked for deprecation as well; for more information, see the \u003ca href=\"https://cloud.google.com/domains/docs/deprecations/feature-deprecations\"\u003eCloud Domains feature deprecation\u003c/a\u003e link.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.retrieveImportableDomains\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RetrieveImportableDomainsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Domain](#Domain)\n - [JSON representation](#Domain.SCHEMA_REPRESENTATION)\n- [ResourceState](#ResourceState)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nDeprecated: For more information, see [Cloud Domains feature deprecation](https://cloud.google.com/domains/docs/deprecations/feature-deprecations)\n\nLists domain names from [Google Domains](https://domains.google/) that can be imported to Cloud Domains using the `registrations.import` method.\n\nSince individual users can own domains in Google Domains, the list of domains returned depends on the individual user making the call.\n\nDomains already managed by Cloud Domains are not returned.\n\n### HTTP request\n\n`GET https://domains.googleapis.com/v1/{location=projects/*/locations/*}/registrations:retrieveImportableDomains`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\n| This item is deprecated!\nDeprecated: For more information, see [Cloud Domains feature deprecation](https://cloud.google.com/domains/docs/deprecations/feature-deprecations). Response for the `registrations.retrieveImportableDomains` method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nDomain\n------\n\nA domain that the calling user manages in Google Domains.\n\nResourceState\n-------------\n\nPossible states of a domain as a `Registration` resource."]]