Dataplex V1 API - Module Google::Cloud::Dataplex::V1::Job::State (v0.4.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::Job::State.

Constants

STATE_UNSPECIFIED

value: 0
The job state is unknown.

RUNNING

value: 1
The job is running.

CANCELLING

value: 2
The job is cancelling.

CANCELLED

value: 3
The job cancellation was successful.

SUCCEEDED

value: 4
The job completed successfully.

FAILED

value: 5
The job is no longer running due to an error.

ABORTED

value: 6
The job was cancelled outside of Dataplex.