Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::TransferDomainRequest.
Request for the TransferDomain
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authorization_code
def authorization_code() -> ::Google::Cloud::Domains::V1::AuthorizationCode
- (::Google::Cloud::Domains::V1::AuthorizationCode) — The domain's transfer authorization code. You can obtain this from the domain's current registrar.
#authorization_code=
def authorization_code=(value) -> ::Google::Cloud::Domains::V1::AuthorizationCode
- value (::Google::Cloud::Domains::V1::AuthorizationCode) — The domain's transfer authorization code. You can obtain this from the domain's current registrar.
- (::Google::Cloud::Domains::V1::AuthorizationCode) — The domain's transfer authorization code. You can obtain this from the domain's current registrar.
#contact_notices
def contact_notices() -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
-
(::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
#contact_notices=
def contact_notices=(value) -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
-
value (::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
-
(::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource of the
Registration
. Must be in the formatprojects/*/locations/*
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource of the
Registration
. Must be in the formatprojects/*/locations/*
.
-
(::String) — Required. The parent resource of the
Registration
. Must be in the formatprojects/*/locations/*
.
#registration
def registration() -> ::Google::Cloud::Domains::V1::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.
#registration=
def registration=(value) -> ::Google::Cloud::Domains::V1::Registration
-
value (::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.
-
(::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.
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — Validate the request without actually transferring the domain.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — Validate the request without actually transferring the domain.
- (::Boolean) — Validate the request without actually transferring the domain.
#yearly_price
def yearly_price() -> ::Google::Type::Money
-
(::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.
#yearly_price=
def yearly_price=(value) -> ::Google::Type::Money
-
value (::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.
-
(::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.