state property

String? state
getter/setter pair

A state of the session.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The session state is unknown.
  • "CREATING" : The session is created prior to running.
  • "ACTIVE" : The session is running.
  • "TERMINATING" : The session is terminating.
  • "TERMINATED" : The session is terminated successfully.
  • "FAILED" : The session is no longer running due to an error.

Implementation

core.String? state;