Enum Registration.Issue (1.73.0)
public enum Registration.Issue extends Enum<Registration.Issue> implements ProtocolMessageEnum
Possible issues with a Registration
that require attention.
Protobuf enum google.cloud.domains.v1beta1.Registration.Issue
Static Fields
|
Name |
Description |
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
|
Name |
Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead.
|
valueOf(String name) |
|
values() |
|
Methods
|
Name |
Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]