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
Namespace
Google \ Cloud \ Dataflow \ V1beta3 \ ProgressTimeseriesMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTime
clearTime
setTime
The timestamp of the point.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getValue
The value of the point.
Returns | |
---|---|
Type | Description |
float |
setValue
The value of the point.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |