[[["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 allows importing a domain name from Google Domains into Cloud Domains for management.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a POST operation to a specific URL that follows gRPC Transcoding syntax and requires a parent resource in a specified format.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the domain name in Punycode format for Unicode domains and may contain labels as key-value pairs.\u003c/p\u003e\n"],["\u003cp\u003eThe API call requires specific IAM permissions, \u003ccode\u003edomains.registrations.create\u003c/code\u003e, and OAuth scope, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, for authorization.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns an Operation instance in the response body, and transferring a domain from a different registrar requires using the \u003ccode\u003eregistrations.transfer\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.import\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\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\nImports a domain name from [Google Domains](https://domains.google/) for use in Cloud Domains.\n\nTo transfer a domain from another registrar, use the `registrations.transfer` method instead.\n\nSince individual users can own domains in Google Domains, the calling user must have ownership permission on the domain.\n\n### HTTP request\n\n`POST https://domains.googleapis.com/v1beta1/{parent=projects/*/locations/*}/registrations:import`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/domains/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\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/)."]]