Class Trigger (2.0.1)

Trigger(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
schedule `.dlp.Schedule`
Create a job on a repeating basis based on the elapse of time.
manual `.dlp.Manual`
For use with hybrid jobs. Jobs must be manually created and finished. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product- launch-stages.

Inheritance

builtins.object > proto.message.Message > Trigger