Enum ContactPrivacy (1.0.0)

public enum ContactPrivacy extends Enum<ContactPrivacy> implements ProtocolMessageEnum

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 enum google.cloud.domains.v1beta1.ContactPrivacy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTACT_PRIVACY_UNSPECIFIED

The contact privacy settings are undefined.

CONTACT_PRIVACY_UNSPECIFIED = 0;

CONTACT_PRIVACY_UNSPECIFIED_VALUE

The contact privacy settings are undefined.

CONTACT_PRIVACY_UNSPECIFIED = 0;

PRIVATE_CONTACT_DATA

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.

PRIVATE_CONTACT_DATA = 2;

PRIVATE_CONTACT_DATA_VALUE

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.

PRIVATE_CONTACT_DATA = 2;

PUBLIC_CONTACT_DATA

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.

PUBLIC_CONTACT_DATA = 1;

PUBLIC_CONTACT_DATA_VALUE

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.

PUBLIC_CONTACT_DATA = 1;

REDACTED_CONTACT_DATA

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

REDACTED_CONTACT_DATA = 3;

REDACTED_CONTACT_DATA_VALUE

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

REDACTED_CONTACT_DATA = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()