Class BackfillJob (1.2.0)

BackfillJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a backfill job on a specific stream object.

Attributes

NameDescription
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 Sequence[google.cloud.datastream_v1.types.Error]
Output only. Errors which caused the backfill job to fail.

Inheritance

builtins.object > proto.message.Message > BackfillJob

Classes

State

State(value)

State of the stream object's backfill job.

Trigger

Trigger(value)

Triggering reason for a backfill job.