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" : The domain is being transferred from another registrar to Cloud Domains.
  • "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.
  • "IMPORT_PENDING" : The domain is being imported from Google Domains to Cloud Domains.
  • "ACTIVE" : The domain is registered and operational. The domain renews automatically as long as it remains in this state and the RenewalMethod is set to AUTOMATIC_RENEWAL.
  • "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 are not automatically renewed by Cloud Domains.
  • "EXPIRED" : The domain is expired.

Implementation

core.String? state;