state property

String? state
getter/setter pair

The state of this environment.

This field is read-only, i.e., it cannot be set by create and update methods.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified. This value is not used.
  • "STOPPED" : Stopped.
  • "LOADING" : Loading.
  • "RUNNING" : Running.

Implementation

core.String? state;