Reference documentation and code samples for the Google Cloud Datastream V1 Client class BackfillJob.
Represents a backfill job on a specific stream object.
Generated from protobuf message google.cloud.datastream.v1.BackfillJob
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Backfill job state.
↳ trigger
int
Backfill job's triggering reason.
↳ last_start_time
↳ last_end_time
↳ errors
array< Google\Cloud\Datastream\V1\Error
>
Output only. Errors which caused the backfill job to fail.
getState
Backfill job state.
int
setState
Backfill job state.
var
int
$this
getTrigger
Backfill job's triggering reason.
int
setTrigger
Backfill job's triggering reason.
var
int
$this
getLastStartTime
Output only. Backfill job's start time.
hasLastStartTime
clearLastStartTime
setLastStartTime
Output only. Backfill job's start time.
$this
getLastEndTime
Output only. Backfill job's end time.
hasLastEndTime
clearLastEndTime
setLastEndTime
Output only. Backfill job's end time.
$this
getErrors
Output only. Errors which caused the backfill job to fail.
setErrors
Output only. Errors which caused the backfill job to fail.
$this