Module: Google::Cloud::Datastream::V1::BackfillJob::Trigger

Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

Triggering reason for a backfill job.

Constant Summary collapse

TRIGGER_UNSPECIFIED =

Default value.

0
AUTOMATIC =

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

1
MANUAL =

Object backfill job was triggered manually using the dedicated API.

2