Class State (5.9.3)

State(value)

The session state.

Values: STATE_UNSPECIFIED (0): The session state is unknown. CREATING (1): The session is created prior to running. ACTIVE (2): The session is running. TERMINATING (3): The session is terminating. TERMINATED (4): The session is terminated successfully. FAILED (5): The session is no longer running due to an error.