Google Cloud Dataflow V1beta3 Client - Class ProgressTimeseries (0.5.1)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
float

setCurrentProgress

The current progress of the component, in the range [0,1].

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getDataPoints

History of progress for the component.

Points are sorted by time.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataPoints

History of progress for the component.

Points are sorted by time.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\ProgressTimeseries\Point>
Returns
TypeDescription
$this