Google Cloud Domains V1alpha2 Client - Class ContactPrivacy (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class ContactPrivacy.

Defines a set of possible contact privacy settings for a Registration.

ICANN maintains the WHOIS database, a publicly accessible mapping from domain name to contact information, and requires that each domain name have an entry. Choose from these options to control how much information in your ContactSettings is published.

Protobuf type google.cloud.domains.v1alpha2.ContactPrivacy

Namespace

Google \ Cloud \ Domains \ V1alpha2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CONTACT_PRIVACY_UNSPECIFIED

Value: 0

The contact privacy settings are undefined.

Generated from protobuf enum CONTACT_PRIVACY_UNSPECIFIED = 0;

PUBLIC_CONTACT_DATA

Value: 1

All the data from ContactSettings is publicly available. When setting this option, you must also provide a PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT in the contact_notices field of the request.

Generated from protobuf enum PUBLIC_CONTACT_DATA = 1;

PRIVATE_CONTACT_DATA

Value: 2

None of the data from ContactSettings is publicly available. Instead, proxy contact data is published for your domain. Email sent to the proxy email address is forwarded to the registrant's email address. Cloud Domains provides this privacy proxy service at no additional cost.

Generated from protobuf enum PRIVATE_CONTACT_DATA = 2;

REDACTED_CONTACT_DATA

Value: 3

Some data from ContactSettings is publicly available. The actual information redacted depends on the domain. For details, see the registration privacy article.

Generated from protobuf enum REDACTED_CONTACT_DATA = 3;