Cloud Domains V1 API - Class Google::Cloud::Domains::V1::TransferDomainRequest (v0.1.0)

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
Returns

#authorization_code=

def authorization_code=(value) -> ::Google::Cloud::Domains::V1::AuthorizationCode
Parameter
Returns

#contact_notices

def contact_notices() -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
Returns

#contact_notices=

def contact_notices=(value) -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the Registration. Must be in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the Registration. Must be in the format projects/*/locations/*.
Returns
  • (::String) — Required. The parent resource of the Registration. Must be in the format projects/*/locations/*.

#registration

def registration() -> ::Google::Cloud::Domains::V1::Registration
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::Boolean) — Validate the request without actually transferring the domain.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Validate the request without actually transferring the domain.
Returns
  • (::Boolean) — Validate the request without actually transferring the domain.

#yearly_price

def yearly_price() -> ::Google::Type::Money
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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.