Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StageSummary.
Information about a particular execution stage of a job.
Generated from protobuf message google.dataflow.v1beta3.StageSummary
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stage_id
string
ID of this stage
↳ state
int
State of this stage.
↳ start_time
↳ end_time
Google\Protobuf\Timestamp
End time of this stage. If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
↳ progress
↳ metrics
getStageId
ID of this stage
string
setStageId
ID of this stage
var
string
$this
getState
State of this stage.
int
setState
State of this stage.
var
int
$this
getStartTime
Start time of this stage.
hasStartTime
clearStartTime
setStartTime
Start time of this stage.
$this
getEndTime
End time of this stage.
If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
hasEndTime
clearEndTime
setEndTime
End time of this stage.
If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
$this
getProgress
Progress for this stage.
Only applicable to Batch jobs.
hasProgress
clearProgress
setProgress
Progress for this stage.
Only applicable to Batch jobs.
$this
getMetrics
Metrics for this stage.
setMetrics
Metrics for this stage.
$this