Google Cloud Dataplex V1 Client - Class Type (0.12.0)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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;