Google Cloud Dataflow V1beta3 Client - Class Point (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class Point.

A point in the timeseries.

Generated from protobuf message google.dataflow.v1beta3.ProgressTimeseries.Point

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ time Google\Protobuf\Timestamp

The timestamp of the point.

↳ value float

The value of the point.

getTime

The timestamp of the point.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTime

clearTime

setTime

The timestamp of the point.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getValue

The value of the point.

Returns
TypeDescription
float

setValue

The value of the point.

Parameter
NameDescription
var float
Returns
TypeDescription
$this