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

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

Defines the contact information associated with a Registration.

ICANN requires all domain names to have associated contact information. The registrant_contact is considered the domain's legal owner, and often the other contacts are identical.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#admin_contact

def admin_contact() -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Returns

#admin_contact=

def admin_contact=(value) -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Parameter
Returns

#privacy

def privacy() -> ::Google::Cloud::Domains::V1::ContactPrivacy
Returns

#privacy=

def privacy=(value) -> ::Google::Cloud::Domains::V1::ContactPrivacy
Parameter
Returns

#registrant_contact

def registrant_contact() -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Returns
  • (::Google::Cloud::Domains::V1::ContactSettings::Contact) — Required. The registrant contact for the Registration.

    Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.

    Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension.

#registrant_contact=

def registrant_contact=(value) -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Parameter
  • value (::Google::Cloud::Domains::V1::ContactSettings::Contact) — Required. The registrant contact for the Registration.

    Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.

    Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension.

Returns
  • (::Google::Cloud::Domains::V1::ContactSettings::Contact) — Required. The registrant contact for the Registration.

    Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.

    Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension.

#technical_contact

def technical_contact() -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Returns

#technical_contact=

def technical_contact=(value) -> ::Google::Cloud::Domains::V1::ContactSettings::Contact
Parameter
Returns