Google Cloud Datastream V1 Client - Class Trigger (2.0.1)

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 \ BackfillJob

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.