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

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
transferParametersobjectParameters to use when calling the TransferDomain method. (id: TransferParameters)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
retrieve_transfer_parametersselectprojectsId, locationsIddomainNameDeprecated: 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationsIdstring
projectsIdstring
domainNamestring

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 projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND domainName = '{{ domainName }}';