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
Namespace
Google \ Cloud \ Datastream \ V1 \ BackfillJobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;