Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ProgressTimeseries.
Information about the progress of some component of job execution.
Generated from protobuf message google.dataflow.v1beta3.ProgressTimeseries
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ current_progress |
float
The current progress of the component, in the range [0,1]. |
↳ data_points |
array<Google\Cloud\Dataflow\V1beta3\ProgressTimeseries\Point>
History of progress for the component. Points are sorted by time. |
getCurrentProgress
The current progress of the component, in the range [0,1].
| Returns | |
|---|---|
| Type | Description |
float |
|
setCurrentProgress
The current progress of the component, in the range [0,1].
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataPoints
History of progress for the component.
Points are sorted by time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDataPoints
History of progress for the component.
Points are sorted by time.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\ProgressTimeseries\Point>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|