Class Trigger (1.4.2)

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

DataScan scheduling and trigger settings.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
on_demand google.cloud.dataplex_v1.types.Trigger.OnDemand
The scan runs one-time shortly after DataScan Creation. This field is a member of oneof_ mode.
schedule google.cloud.dataplex_v1.types.Trigger.Schedule
The scan is scheduled to run periodically. This field is a member of oneof_ mode.

Classes

OnDemand

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

The scan runs one-time via RunDataScan API.

Schedule

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

The scan is scheduled to run periodically.