Google Cloud Datastream V1 Client - Class State (2.1.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 State.
State of the stream object's backfill job.
Protobuf type google.cloud.datastream.v1.BackfillJob.State
Namespace
Google \ Cloud \ Datastream \ V1 \ BackfillJobMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_STARTED
Value: 1Backfill job was never started for the stream object (stream has backfill strategy defined as manual or object was explicitly excluded from automatic backfill).
Generated from protobuf enum NOT_STARTED = 1;
PENDING
Value: 2Backfill job will start pending available resources.
Generated from protobuf enum PENDING = 2;
ACTIVE
Value: 3Backfill job is running.
Generated from protobuf enum ACTIVE = 3;
STOPPED
Value: 4Backfill job stopped (next job run will start from beginning).
Generated from protobuf enum STOPPED = 4;
FAILED
Value: 5Backfill job failed (due to an error).
Generated from protobuf enum FAILED = 5;
COMPLETED
Value: 6Backfill completed successfully.
Generated from protobuf enum COMPLETED = 6;
UNSUPPORTED
Value: 7Backfill job failed since the table structure is currently unsupported for backfill.
Generated from protobuf enum UNSUPPORTED = 7;