Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
Determines how often and when the job will run.
Protobuf type google.cloud.dataplex.v1.Task.TriggerSpec.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ Task \ TriggerSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified trigger type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ON_DEMAND
Value: 1The task runs one-time shortly after Task Creation.
Generated from protobuf enum ON_DEMAND = 1;
RECURRING
Value: 2The task is scheduled to run periodically.
Generated from protobuf enum RECURRING = 2;