Reference documentation and code samples for the Google Cloud Domains V1 Client class TransferDomainRequest.
Request for the TransferDomain
method.
Generated from protobuf message google.cloud.domains.v1.TransferDomainRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource of the Registration
. Must be in the format projects/*/locations/*
.
↳ registration
Google\Cloud\Domains\V1\Registration
Required. The complete Registration
resource to be created. You can leave registration.dns_settings
unset to import the domain's current DNS configuration from its current registrar. Use this option only if you are sure that the domain's current DNS service does not cease upon transfer, as is often the case for DNS services provided for free by the registrar.
↳ contact_notices
array
The list of contact notices that you acknowledge. The notices needed here depend on the values specified in registration.contact_settings
.
↳ yearly_price
Google\Type\Money
Required. Acknowledgement of the price to transfer or renew the domain for one year. Call RetrieveTransferParameters
to obtain the price, which you must acknowledge.
↳ authorization_code
Google\Cloud\Domains\V1\AuthorizationCode
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
↳ validate_only
bool
Validate the request without actually transferring the domain.
getParent
Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
.
string
setParent
Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
.
var
string
$this
getRegistration
Required. The complete Registration
resource to be created.
You can leave registration.dns_settings
unset to import the
domain's current DNS configuration from its current registrar. Use this
option only if you are sure that the domain's current DNS service
does not cease upon transfer, as is often the case for DNS services
provided for free by the registrar.
hasRegistration
clearRegistration
setRegistration
Required. The complete Registration
resource to be created.
You can leave registration.dns_settings
unset to import the
domain's current DNS configuration from its current registrar. Use this
option only if you are sure that the domain's current DNS service
does not cease upon transfer, as is often the case for DNS services
provided for free by the registrar.
$this
getContactNotices
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in registration.contact_settings
.
setContactNotices
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in registration.contact_settings
.
var
int[]
$this
getYearlyPrice
Required. Acknowledgement of the price to transfer or renew the domain for one year.
Call RetrieveTransferParameters
to obtain the price, which you must
acknowledge.
hasYearlyPrice
clearYearlyPrice
setYearlyPrice
Required. Acknowledgement of the price to transfer or renew the domain for one year.
Call RetrieveTransferParameters
to obtain the price, which you must
acknowledge.
$this
getAuthorizationCode
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
hasAuthorizationCode
clearAuthorizationCode
setAuthorizationCode
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
$this
getValidateOnly
Validate the request without actually transferring the domain.
bool
setValidateOnly
Validate the request without actually transferring the domain.
var
bool
$this
static::build
parent
string
Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
. Please see Google\Cloud\Domains\V1\DomainsClient::locationName()
for help formatting this field.
registration
Google\Cloud\Domains\V1\Registration
Required. The complete Registration
resource to be created.
You can leave registration.dns_settings
unset to import the
domain's current DNS configuration from its current registrar. Use this
option only if you are sure that the domain's current DNS service
does not cease upon transfer, as is often the case for DNS services
provided for free by the registrar.
yearlyPrice
Google\Type\Money
Required. Acknowledgement of the price to transfer or renew the domain for one year.
Call RetrieveTransferParameters
to obtain the price, which you must
acknowledge.
authorizationCode
Google\Cloud\Domains\V1\AuthorizationCode
The domain's transfer authorization code. You can obtain this from the domain's current registrar.