Data Loss Prevention V2 Client - Class Status (1.8.6)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;