Cloud Domains V1 API - Class Google::Cloud::Domains::V1::RegisterDomainRequest (v0.7.0)

Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::RegisterDomainRequest.

Request for the RegisterDomain method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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

#domain_notices

def domain_notices() -> ::Array<::Google::Cloud::Domains::V1::DomainNotice>
Returns

#domain_notices=

def domain_notices=(value) -> ::Array<::Google::Cloud::Domains::V1::DomainNotice>
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

#registration=

def registration=(value) -> ::Google::Cloud::Domains::V1::Registration
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation
Returns
  • (::Boolean) — When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation

#yearly_price

def yearly_price() -> ::Google::Type::Money
Returns
  • (::Google::Type::Money) — Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.

#yearly_price=

def yearly_price=(value) -> ::Google::Type::Money
Parameter
  • value (::Google::Type::Money) — Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.
Returns
  • (::Google::Type::Money) — Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.