Google Cloud Dataproc V1 Client - Class State (3.9.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class State.

The application state, corresponding to YarnProtos.YarnApplicationStateProto.

Protobuf type google.cloud.dataproc.v1.YarnApplication.State

Namespace

Google \ Cloud \ Dataproc \ V1 \ YarnApplication

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Status is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PBNEW

Value: 1

Status is NEW.

Generated from protobuf enum NEW = 1;

NEW_SAVING

Value: 2

Status is NEW_SAVING.

Generated from protobuf enum NEW_SAVING = 2;

SUBMITTED

Value: 3

Status is SUBMITTED.

Generated from protobuf enum SUBMITTED = 3;

ACCEPTED

Value: 4

Status is ACCEPTED.

Generated from protobuf enum ACCEPTED = 4;

RUNNING

Value: 5

Status is RUNNING.

Generated from protobuf enum RUNNING = 5;

FINISHED

Value: 6

Status is FINISHED.

Generated from protobuf enum FINISHED = 6;

FAILED

Value: 7

Status is FAILED.

Generated from protobuf enum FAILED = 7;

KILLED

Value: 8

Status is KILLED.

Generated from protobuf enum KILLED = 8;