Module: Google::Cloud::Dataplex::V1::Task::TriggerSpec::Type

Defined in:
proto_docs/google/cloud/dataplex/v1/tasks.rb

Overview

Determines how often and when the job will run.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unspecified trigger type.

0
ON_DEMAND =

The task runs one-time shortly after Task Creation.

1
RECURRING =

The task is scheduled to run periodically.

2