Module: Google::Privacy::Dlp::V2::DlpJob::JobState

Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Constant Summary collapse

JOB_STATE_UNSPECIFIED =
0
PENDING =

The job has not yet started.

1
RUNNING =

The job is currently running.

2
DONE =

The job is no longer running.

3
CANCELED =

The job was canceled before it could complete.

4
FAILED =

The job had an error and did not complete.

5