Reference documentation and code samples for the Data Loss Prevention V2 Client class Status.
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.
Protobuf type google.privacy.dlp.v2.JobTrigger.Status
Namespace
Google \ Cloud \ Dlp \ V2 \ JobTriggerMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
HEALTHY
Value: 1
Trigger is healthy.
Generated from protobuf enum HEALTHY = 1;
PAUSED
Value: 2
Trigger is temporarily paused.
Generated from protobuf enum PAUSED = 2;
CANCELLED
Value: 3
Trigger is cancelled and can not be resumed.
Generated from protobuf enum CANCELLED = 3;