Skip to main content

registrations_transfer_parameters

Creates, updates, deletes, gets or lists a registrations_transfer_parameters resource.

Overview

Nameregistrations_transfer_parameters
TypeResource
Idgoogle.domains.registrations_transfer_parameters

Fields

NameDatatypeDescription
transferParametersobjectDeprecated: For more information, see Cloud Domains feature deprecation. Parameters required to transfer a domain from another registrar.

Methods

NameAccessible byRequired ParamsDescription
retrieve_transfer_parametersSELECTlocationsId, projectsIdDeprecated: For more information, see Cloud Domains feature deprecation Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains already managed by Google Domains, use ImportDomain instead. Use the returned values to call TransferDomain.

SELECT examples

Deprecated: For more information, see Cloud Domains feature deprecation Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains already managed by Google Domains, use ImportDomain instead. Use the returned values to call TransferDomain.

SELECT
transferParameters
FROM google.domains.registrations_transfer_parameters
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';