Google Cloud Dataproc V1 Client - Class State (3.13.3)

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 \ Session

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The session state is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The session is created prior to running.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The session is running.

Generated from protobuf enum ACTIVE = 2;

TERMINATING

Value: 3

The session is terminating.

Generated from protobuf enum TERMINATING = 3;

TERMINATED

Value: 4

The session is terminated successfully.

Generated from protobuf enum TERMINATED = 4;

FAILED

Value: 5

The session is no longer running due to an error.

Generated from protobuf enum FAILED = 5;