Google Cloud Datastream V1 Client - Class Trigger (1.0.5)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class Trigger.

Triggering reason for a backfill job.

Protobuf type google.cloud.datastream.v1.BackfillJob.Trigger

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TRIGGER_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum TRIGGER_UNSPECIFIED = 0;

AUTOMATIC

Value: 1

Object backfill job was triggered automatically according to the stream's backfill strategy.

Generated from protobuf enum AUTOMATIC = 1;

MANUAL

Value: 2

Object backfill job was triggered manually using the dedicated API.

Generated from protobuf enum MANUAL = 2;