Google Cloud Dataproc V1 Client - Class State (3.5.1)

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

The batch state.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The batch state is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The batch is created before running.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The batch is running.

Generated from protobuf enum RUNNING = 2;

CANCELLING

Value: 3

The batch is cancelling.

Generated from protobuf enum CANCELLING = 3;

CANCELLED

Value: 4

The batch cancellation was successful.

Generated from protobuf enum CANCELLED = 4;

SUCCEEDED

Value: 5

The batch completed successfully.

Generated from protobuf enum SUCCEEDED = 5;

FAILED

Value: 6

The batch is no longer running due to an error.

Generated from protobuf enum FAILED = 6;