Google Cloud Datastream V1 Client - Class Trigger (2.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Default value.
Generated from protobuf enum TRIGGER_UNSPECIFIED = 0;
AUTOMATIC
Value: 1Object backfill job was triggered automatically according to the stream's backfill strategy.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2Object backfill job was triggered manually using the dedicated API.
Generated from protobuf enum MANUAL = 2;