Module: Google::Cloud::Dataplex::V1::MetadataJob::Status::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
State of a metadata job.
Constant Summary collapse
- STATE_UNSPECIFIED =
State unspecified.
0
- QUEUED =
The job is queued.
1
- RUNNING =
The job is running.
2
- CANCELING =
The job is being canceled.
3
- CANCELED =
The job is canceled.
4
- SUCCEEDED =
The job succeeded.
5
- FAILED =
The job failed.
6
- SUCCEEDED_WITH_ERRORS =
The job completed with some errors.
7