Enum ContactNotice (1.5.0)

public enum ContactNotice extends Enum<ContactNotice> implements ProtocolMessageEnum

Notices related to contact information.

Protobuf enum google.cloud.domains.v1alpha2.ContactNotice

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTACT_NOTICE_UNSPECIFIED

The notice is undefined.

CONTACT_NOTICE_UNSPECIFIED = 0;

CONTACT_NOTICE_UNSPECIFIED_VALUE

The notice is undefined.

CONTACT_NOTICE_UNSPECIFIED = 0;

PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT

Required when setting the privacy field of ContactSettings to PUBLIC_CONTACT_DATA, which exposes contact data publicly.

PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1;

PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE

Required when setting the privacy field of ContactSettings to PUBLIC_CONTACT_DATA, which exposes contact data publicly.

PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1;

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()