state property

String? state
getter/setter pair

The detailed state of a Study.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "PROVISIONING" : The PROVISIONING state indicates the persistent resources is being created.
  • "RUNNING" : The RUNNING state indicates the persistent resource is healthy and fully usable.
  • "STOPPING" : The STOPPING state indicates the persistent resource is being deleted.
  • "ERROR" : The ERROR state indicates the persistent resource may be unusable. Details can be found in the error field.
  • "REBOOTING" : The REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).
  • "UPDATING" : The UPDATING state indicates the persistent resource is being updated.

Implementation

core.String? state;