BackfillJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a backfill job on a specific stream object.
Attributes |
|
---|---|
Name | Description |
state |
google.cloud.datastream_v1.types.BackfillJob.State
Backfill job state. |
trigger |
google.cloud.datastream_v1.types.BackfillJob.Trigger
Backfill job's triggering reason. |
last_start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Backfill job's start time. |
last_end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Backfill job's end time. |
errors |
MutableSequence[google.cloud.datastream_v1.types.Error]
Output only. Errors which caused the backfill job to fail. |
Classes
State
State(value)
State of the stream object's backfill job.
Trigger
Trigger(value)
Triggering reason for a backfill job.