Generated from protobuf enumSTATE_UNSPECIFIED = 0;
NOT_STARTED
Value: 1
Backfill 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 enumNOT_STARTED = 1;
PENDING
Value: 2
Backfill job will start pending available resources.
Generated from protobuf enumPENDING = 2;
ACTIVE
Value: 3
Backfill job is running.
Generated from protobuf enumACTIVE = 3;
STOPPED
Value: 4
Backfill job stopped (next job run will start from beginning).
Generated from protobuf enumSTOPPED = 4;
FAILED
Value: 5
Backfill job failed (due to an error).
Generated from protobuf enumFAILED = 5;
COMPLETED
Value: 6
Backfill completed successfully.
Generated from protobuf enumCOMPLETED = 6;
UNSUPPORTED
Value: 7
Backfill job failed since the table structure is currently unsupported
for backfill.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Datastream V1 Client - Class State (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.BackfillJob.State)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.BackfillJob.State)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.BackfillJob.State)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.BackfillJob.State)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.BackfillJob.State)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.BackfillJob.State)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.BackfillJob.State)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.BackfillJob.State)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.BackfillJob.State)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.BackfillJob.State)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.BackfillJob.State) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class State.\n\nState of the stream object's backfill job.\n\nProtobuf type `google.cloud.datastream.v1.BackfillJob.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1 \\\\ BackfillJob\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nDefault value.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### NOT_STARTED\n\n Value: 1\n\nBackfill job was never started for the stream object (stream has backfill\nstrategy defined as manual or object was explicitly excluded from\nautomatic backfill).\n\nGenerated from protobuf enum `NOT_STARTED = 1;`\n\n### PENDING\n\n Value: 2\n\nBackfill job will start pending available resources.\n\nGenerated from protobuf enum `PENDING = 2;`\n\n### ACTIVE\n\n Value: 3\n\nBackfill job is running.\n\nGenerated from protobuf enum `ACTIVE = 3;`\n\n### STOPPED\n\n Value: 4\n\nBackfill job stopped (next job run will start from beginning).\n\nGenerated from protobuf enum `STOPPED = 4;`\n\n### FAILED\n\n Value: 5\n\nBackfill job failed (due to an error).\n\nGenerated from protobuf enum `FAILED = 5;`\n\n### COMPLETED\n\n Value: 6\n\nBackfill completed successfully.\n\nGenerated from protobuf enum `COMPLETED = 6;`\n\n### UNSUPPORTED\n\n Value: 7\n\nBackfill job failed since the table structure is currently unsupported\nfor backfill.\n\nGenerated from protobuf enum `UNSUPPORTED = 7;`"]]