Module: Google::Privacy::Dlp::V2::JobTrigger::Status
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs will be created with this configuration. The service may automatically pause triggers experiencing frequent errors. To restart a job, set the status to HEALTHY after correcting user errors.
Constant Summary collapse
- STATUS_UNSPECIFIED =
 0- HEALTHY =
          
Trigger is healthy.
 1- PAUSED =
          
Trigger is temporarily paused.
 2- CANCELLED =
          
Trigger is cancelled and can not be resumed.
 3