Google Cloud Dataplex V1 Client - Class Type (1.0.0-RC1)

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 \ TriggerSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified trigger type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ON_DEMAND

Value: 1

The task runs one-time shortly after Task Creation.

Generated from protobuf enum ON_DEMAND = 1;

RECURRING

Value: 2

The task is scheduled to run periodically.

Generated from protobuf enum RECURRING = 2;