public static enum Registration.Issue extends Enum<Registration.Issue> implements com.google.protobuf.ProtocolMessageEnum
Possible issues with a `Registration` that require attention.Protobuf enum
google.cloud.domains.v1alpha2.Registration.Issue| Enum Constant and Description |
|---|
CONTACT_SUPPORT
Contact the Cloud Support team to resolve a problem with this domain.
|
ISSUE_UNSPECIFIED
The issue is undefined.
|
UNRECOGNIZED |
UNVERIFIED_EMAIL
[ICANN](https://icann.org/) requires verification of the email address
in the `Registration`'s `contact_settings.registrant_contact` field.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTACT_SUPPORT_VALUE
Contact the Cloud Support team to resolve a problem with this domain.
|
static int |
ISSUE_UNSPECIFIED_VALUE
The issue is undefined.
|
static int |
UNVERIFIED_EMAIL_VALUE
[ICANN](https://icann.org/) requires verification of the email address
in the `Registration`'s `contact_settings.registrant_contact` field.
|
| Modifier and Type | Method and Description |
|---|---|
static Registration.Issue |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Registration.Issue> |
internalGetValueMap() |
static Registration.Issue |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Registration.Issue |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Registration.Issue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Registration.Issue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registration.Issue ISSUE_UNSPECIFIED
The issue is undefined.
ISSUE_UNSPECIFIED = 0;public static final Registration.Issue CONTACT_SUPPORT
Contact the Cloud Support team to resolve a problem with this domain.
CONTACT_SUPPORT = 1;public static final Registration.Issue UNVERIFIED_EMAIL
[ICANN](https://icann.org/) 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;public static final Registration.Issue UNRECOGNIZED
public static final int ISSUE_UNSPECIFIED_VALUE
The issue is undefined.
ISSUE_UNSPECIFIED = 0;public static final int CONTACT_SUPPORT_VALUE
Contact the Cloud Support team to resolve a problem with this domain.
CONTACT_SUPPORT = 1;public static final int UNVERIFIED_EMAIL_VALUE
[ICANN](https://icann.org/) 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;public static Registration.Issue[] values()
for (Registration.Issue c : Registration.Issue.values()) System.out.println(c);
public static Registration.Issue valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Registration.Issue valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Registration.Issue forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Registration.Issue> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Registration.Issue valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.