public static enum Registration.State extends Enum<Registration.State> implements com.google.protobuf.ProtocolMessageEnum
Possible states of a `Registration`.Protobuf enum
google.cloud.domains.v1alpha2.Registration.State| Enum Constant and Description |
|---|
ACTIVE
The domain is registered and operational.
|
EXPORTED
The domain is no longer managed with Cloud Domains.
|
REGISTRATION_FAILED
The domain registration failed.
|
REGISTRATION_PENDING
The domain is being registered.
|
STATE_UNSPECIFIED
The state is undefined.
|
SUSPENDED
The domain is suspended and inoperative.
|
TRANSFER_FAILED
The attempt to transfer the domain from another registrar to
Cloud Domains failed.
|
TRANSFER_PENDING
The domain is being transferred from another registrar to Cloud Domains.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The domain is registered and operational.
|
static int |
EXPORTED_VALUE
The domain is no longer managed with Cloud Domains.
|
static int |
REGISTRATION_FAILED_VALUE
The domain registration failed.
|
static int |
REGISTRATION_PENDING_VALUE
The domain is being registered.
|
static int |
STATE_UNSPECIFIED_VALUE
The state is undefined.
|
static int |
SUSPENDED_VALUE
The domain is suspended and inoperative.
|
static int |
TRANSFER_FAILED_VALUE
The attempt to transfer the domain from another registrar to
Cloud Domains failed.
|
static int |
TRANSFER_PENDING_VALUE
The domain is being transferred from another registrar to Cloud Domains.
|
| Modifier and Type | Method and Description |
|---|---|
static Registration.State |
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.State> |
internalGetValueMap() |
static Registration.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Registration.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Registration.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Registration.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registration.State STATE_UNSPECIFIED
The state is undefined.
STATE_UNSPECIFIED = 0;public static final Registration.State REGISTRATION_PENDING
The domain is being registered.
REGISTRATION_PENDING = 1;public static final Registration.State REGISTRATION_FAILED
The domain registration failed. You can delete resources in this state to allow registration to be retried.
REGISTRATION_FAILED = 2;public static final Registration.State TRANSFER_PENDING
The domain is being transferred from another registrar to Cloud Domains.
TRANSFER_PENDING = 3;public static final Registration.State TRANSFER_FAILED
The attempt to transfer the domain from another registrar to Cloud Domains failed. You can delete resources in this state and retry the transfer.
TRANSFER_FAILED = 4;public static final Registration.State ACTIVE
The domain is registered and operational. The domain renews automatically as long as it remains in this state.
ACTIVE = 6;public static final Registration.State SUSPENDED
The domain is suspended and inoperative. For more details, see the `issues` field.
SUSPENDED = 7;public static final Registration.State EXPORTED
The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains.
EXPORTED = 8;public static final Registration.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The state is undefined.
STATE_UNSPECIFIED = 0;public static final int REGISTRATION_PENDING_VALUE
The domain is being registered.
REGISTRATION_PENDING = 1;public static final int REGISTRATION_FAILED_VALUE
The domain registration failed. You can delete resources in this state to allow registration to be retried.
REGISTRATION_FAILED = 2;public static final int TRANSFER_PENDING_VALUE
The domain is being transferred from another registrar to Cloud Domains.
TRANSFER_PENDING = 3;public static final int TRANSFER_FAILED_VALUE
The attempt to transfer the domain from another registrar to Cloud Domains failed. You can delete resources in this state and retry the transfer.
TRANSFER_FAILED = 4;public static final int ACTIVE_VALUE
The domain is registered and operational. The domain renews automatically as long as it remains in this state.
ACTIVE = 6;public static final int SUSPENDED_VALUE
The domain is suspended and inoperative. For more details, see the `issues` field.
SUSPENDED = 7;public static final int EXPORTED_VALUE
The domain is no longer managed with Cloud Domains. It may have been transferred to another registrar or exported for management in [Google Domains](https://domains.google/). You can no longer update it with this API, and information shown about it may be stale. Domains in this state are not automatically renewed by Cloud Domains.
EXPORTED = 8;public static Registration.State[] values()
for (Registration.State c : Registration.State.values()) System.out.println(c);
public static Registration.State 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.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Registration.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Registration.State> 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.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.