Module: Google::Cloud::Datastream::V1::BackfillJob::State
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
State of the stream object's backfill job.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value.
0- NOT_STARTED =
Backfill job was never started for the stream object (stream has backfill strategy defined as manual or object was explicitly excluded from automatic backfill).
1- PENDING =
Backfill job will start pending available resources.
2- ACTIVE =
Backfill job is running.
3- STOPPED =
Backfill job stopped (next job run will start from beginning).
4- FAILED =
Backfill job failed (due to an error).
5- COMPLETED =
Backfill completed successfully.
6- UNSUPPORTED =
Backfill job failed since the table structure is currently unsupported for backfill.
7