Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::TransferParameters.
Parameters required to transfer a domain from another registrar.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#current_registrar
def current_registrar() -> ::String
    Returns
    
  - (::String) — The registrar that currently manages the domain.
 
#current_registrar=
def current_registrar=(value) -> ::String
    Parameter
    
  - value (::String) — The registrar that currently manages the domain.
 
    Returns
    
  - (::String) — The registrar that currently manages the domain.
 
#domain_name
def domain_name() -> ::String
    Returns
    
  - (::String) — The domain name. Unicode domain names are expressed in Punycode format.
 
#domain_name=
def domain_name=(value) -> ::String
    Parameter
    
  - value (::String) — The domain name. Unicode domain names are expressed in Punycode format.
 
    Returns
    
  - (::String) — The domain name. Unicode domain names are expressed in Punycode format.
 
#name_servers
def name_servers() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — The name servers that currently store the configuration of the domain.
 
#name_servers=
def name_servers=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — The name servers that currently store the configuration of the domain.
 
    Returns
    
  - (::Array<::String>) — The name servers that currently store the configuration of the domain.
 
#supported_privacy
def supported_privacy() -> ::Array<::Google::Cloud::Domains::V1::ContactPrivacy>
    Returns
    
  - (::Array<::Google::Cloud::Domains::V1::ContactPrivacy>) — Contact privacy options that the domain supports.
 
#supported_privacy=
def supported_privacy=(value) -> ::Array<::Google::Cloud::Domains::V1::ContactPrivacy>
    Parameter
    
  - value (::Array<::Google::Cloud::Domains::V1::ContactPrivacy>) — Contact privacy options that the domain supports.
 
    Returns
    
  - (::Array<::Google::Cloud::Domains::V1::ContactPrivacy>) — Contact privacy options that the domain supports.
 
#transfer_lock_state
def transfer_lock_state() -> ::Google::Cloud::Domains::V1::TransferLockState
    Returns
    
  - 
        (::Google::Cloud::Domains::V1::TransferLockState) — Indicates whether the domain is protected by a transfer lock. For a
transfer to succeed, this must show 
UNLOCKED. To unlock a domain, go to its current registrar. 
#transfer_lock_state=
def transfer_lock_state=(value) -> ::Google::Cloud::Domains::V1::TransferLockState
    Parameter
    
  - 
        value (::Google::Cloud::Domains::V1::TransferLockState) — Indicates whether the domain is protected by a transfer lock. For a
transfer to succeed, this must show 
UNLOCKED. To unlock a domain, go to its current registrar. 
    Returns
    
  - 
        (::Google::Cloud::Domains::V1::TransferLockState) — Indicates whether the domain is protected by a transfer lock. For a
transfer to succeed, this must show 
UNLOCKED. To unlock a domain, go to its current registrar. 
#yearly_price
def yearly_price() -> ::Google::Type::Money
    Returns
    
  - (::Google::Type::Money) — Price to transfer or renew the domain for one year.
 
#yearly_price=
def yearly_price=(value) -> ::Google::Type::Money
    Parameter
    
  - value (::Google::Type::Money) — Price to transfer or renew the domain for one year.
 
    Returns
    
- (::Google::Type::Money) — Price to transfer or renew the domain for one year.