Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class WorkItemDetails.
Information about an individual work item execution.
Generated from protobuf message google.dataflow.v1beta3.WorkItemDetails
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ task_id
string
Name of this work item.
↳ attempt_id
string
Attempt ID of this work item
↳ start_time
↳ end_time
Google\Protobuf\Timestamp
End time of this work item attempt. If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.
↳ state
int
State of this work item.
↳ progress
↳ metrics
getTaskId
Name of this work item.
string
setTaskId
Name of this work item.
var
string
$this
getAttemptId
Attempt ID of this work item
string
setAttemptId
Attempt ID of this work item
var
string
$this
getStartTime
Start time of this work item attempt.
hasStartTime
clearStartTime
setStartTime
Start time of this work item attempt.
$this
getEndTime
End time of this work item attempt.
If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.
hasEndTime
clearEndTime
setEndTime
End time of this work item attempt.
If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.
$this
getState
State of this work item.
int
setState
State of this work item.
var
int
$this
getProgress
Progress of this work item.
hasProgress
clearProgress
setProgress
Progress of this work item.
$this
getMetrics
Metrics for this work item.
setMetrics
Metrics for this work item.
$this