Class JobTrigger (1.0.0)

What event needs to occur for a new job to be started. .. attribute:: schedule

Create a job on a repeating basis based on the elapse of time.

Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example projects/dlp-test-project/jobTriggers/53234423.

User provided description (max 256 chars)

For inspect jobs, a snapshot of the configuration.

Output only. A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automatically being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared.

Output only. The last update timestamp of a triggeredJob.

Required. A status for this trigger.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > JobTrigger

Classes

Trigger

API documentation for dlp_v2.types.JobTrigger.Trigger class.