state property

String? state
getter/setter pair

The state of the Registration

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is undefined.
  • "REGISTRATION_PENDING" : The domain is being registered.
  • "REGISTRATION_FAILED" : The domain registration failed. You can delete resources in this state to allow registration to be retried.
  • "TRANSFER_PENDING" : Domain transfer from another registrar to Cloud Domains is in progress. The domain's current registrar may require action to complete the transfer. Check emails from the domain's current registrar to the domain's current registrant for instructions.
  • "TRANSFER_FAILED" : The attempt to transfer the domain from another registrar to Cloud Domains failed. You can delete resources in this state to allow transfer to be retried.
  • "ACTIVE" : The domain is registered and operational. The domain renews automatically as long as it remains in this state.
  • "SUSPENDED" : The domain is suspended and inoperative. For more details, see the issues field.
  • "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 will not be automatically renewed by Cloud Domains.

Implementation

core.String? state;