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 operation state.

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

Namespace

Google \ Cloud \ Dataproc \ V1 \ WorkflowMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

Unused.

Generated from protobuf enum UNKNOWN = 0;

PENDING

Value: 1

The operation has been created.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The operation is running.

Generated from protobuf enum RUNNING = 2;

DONE

Value: 3

The operation is done; either cancelled or completed.

Generated from protobuf enum DONE = 3;