Reference documentation and code samples for the Google Cloud Domains V1 Client class State.
Possible states of a Registration
.
Protobuf type google.cloud.domains.v1.Registration.State
Namespace
Google \ Cloud \ Domains \ V1 \ RegistrationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The state is undefined.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
REGISTRATION_PENDING
Value: 1
The domain is being registered.
Generated from protobuf enum REGISTRATION_PENDING = 1;
REGISTRATION_FAILED
Value: 2
The domain registration failed. You can delete resources in this state to allow registration to be retried.
Generated from protobuf enum REGISTRATION_FAILED = 2;
TRANSFER_PENDING
Value: 3
The domain is being transferred from another registrar to Cloud Domains.
Generated from protobuf enum TRANSFER_PENDING = 3;
TRANSFER_FAILED
Value: 4
The attempt to transfer the domain from another registrar to Cloud Domains failed. You can delete resources in this state and retry the transfer.
Generated from protobuf enum TRANSFER_FAILED = 4;
ACTIVE
Value: 6
The domain is registered and operational. The domain renews automatically as long as it remains in this state.
Generated from protobuf enum ACTIVE = 6;
SUSPENDED
Value: 7
The domain is suspended and inoperative. For more details, see the
issues
field.
Generated from protobuf enum SUSPENDED = 7;
EXPORTED
Value: 8
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.
Generated from protobuf enum EXPORTED = 8;