Enum Registration.State (1.34.0)

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

Possible states of a Registration.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The domain is registered and operational. The domain renews automatically as long as it remains in this state.

ACTIVE = 6;

ACTIVE_VALUE

The domain is registered and operational. The domain renews automatically as long as it remains in this state.

ACTIVE = 6;

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. 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;

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. 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;

REGISTRATION_FAILED

The domain registration failed. You can delete resources in this state to allow registration to be retried.

REGISTRATION_FAILED = 2;

REGISTRATION_FAILED_VALUE

The domain registration failed. You can delete resources in this state to allow registration to be retried.

REGISTRATION_FAILED = 2;

REGISTRATION_PENDING

The domain is being registered.

REGISTRATION_PENDING = 1;

REGISTRATION_PENDING_VALUE

The domain is being registered.

REGISTRATION_PENDING = 1;

STATE_UNSPECIFIED

The state is undefined.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is undefined.

STATE_UNSPECIFIED = 0;

SUSPENDED

The domain is suspended and inoperative. For more details, see the issues field.

SUSPENDED = 7;

SUSPENDED_VALUE

The domain is suspended and inoperative. For more details, see the issues field.

SUSPENDED = 7;

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;

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;

TRANSFER_PENDING

The domain is being transferred from another registrar to Cloud Domains.

TRANSFER_PENDING = 3;

TRANSFER_PENDING_VALUE

The domain is being transferred from another registrar to Cloud Domains.

TRANSFER_PENDING = 3;

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