Reference documentation and code samples for the Google Cloud Dataproc V1 Client class State.
The session state.
Protobuf type google.cloud.dataproc.v1.Session.State
Namespace
Google \ Cloud \ Dataproc \ V1 \ SessionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The session state is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The session is created prior to running.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The session is running.
Generated from protobuf enum ACTIVE = 2;
TERMINATING
Value: 3The session is terminating.
Generated from protobuf enum TERMINATING = 3;
TERMINATED
Value: 4The session is terminated successfully.
Generated from protobuf enum TERMINATED = 4;
FAILED
Value: 5The session is no longer running due to an error.
Generated from protobuf enum FAILED = 5;