Enum Registration.Issue (1.34.0)

public enum Registration.Issue extends Enum<Registration.Issue> implements ProtocolMessageEnum

Possible issues with a Registration that require attention.

Protobuf enum google.cloud.domains.v1.Registration.Issue

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTACT_SUPPORT

Contact the Cloud Support team to resolve a problem with this domain.

CONTACT_SUPPORT = 1;

CONTACT_SUPPORT_VALUE

Contact the Cloud Support team to resolve a problem with this domain.

CONTACT_SUPPORT = 1;

ISSUE_UNSPECIFIED

The issue is undefined.

ISSUE_UNSPECIFIED = 0;

ISSUE_UNSPECIFIED_VALUE

The issue is undefined.

ISSUE_UNSPECIFIED = 0;

UNRECOGNIZED
UNVERIFIED_EMAIL

ICANN requires verification of the email address in the Registration's contact_settings.registrant_contact field. To verify the email address, follow the instructions in the email the registrant_contact receives following registration. If you do not complete email verification within 15 days of registration, the domain is suspended. To resend the verification email, call ConfigureContactSettings and provide the current registrant_contact.email.

UNVERIFIED_EMAIL = 2;

UNVERIFIED_EMAIL_VALUE

ICANN requires verification of the email address in the Registration's contact_settings.registrant_contact field. To verify the email address, follow the instructions in the email the registrant_contact receives following registration. If you do not complete email verification within 15 days of registration, the domain is suspended. To resend the verification email, call ConfigureContactSettings and provide the current registrant_contact.email.

UNVERIFIED_EMAIL = 2;

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