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 API method, \u003ccode\u003eregistrations.retrieveImportableDomains\u003c/code\u003e, lists domain names from Google Domains that users can import to Cloud Domains.\u003c/p\u003e\n"],["\u003cp\u003eThe returned list of domains is specific to the individual user making the request, as users can own domains in Google Domains.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this method is a \u003ccode\u003eGET\u003c/code\u003e request to a URL that uses gRPC Transcoding syntax, requiring a location path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes a list of importable domains and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, and each domain includes its name, resource state, and yearly renewal price.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is marked as deprecated, and users should refer to the Cloud Domains feature deprecation documentation for further details.\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/v1beta1/{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."]]