Module: Google::Cloud::Dataproc::V1::ClusterOperationStatus::State

Defined in:
proto_docs/google/cloud/dataproc/v1/operations.rb

Overview

The operation state.

Constant Summary collapse

UNKNOWN =

Unused.

0
PENDING =

The operation has been created.

1
RUNNING =

The operation is running.

2
DONE =

The operation is done; either cancelled or completed.

3