Dataplex V1 API - Module Google::Cloud::Dataplex::V1::JobEvent::State (v2.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::JobEvent::State.
The completion status of the job.
Constants
STATE_UNSPECIFIED
value: 0 Unspecified job state.
SUCCEEDED
value: 1 Job successfully completed.
FAILED
value: 2 Job was unsuccessful.
CANCELLED
value: 3 Job was cancelled by the user.
ABORTED
value: 4 Job was cancelled or aborted via the service executing the job.