Reference documentation and code samples for the Stackdriver Monitoring V3 Client class PointData.
A point's value columns and time interval. Each point has one or more
point values corresponding to the entries in point_descriptors
field in
the TimeSeriesDescriptor associated with this object.
Generated from protobuf message google.monitoring.v3.TimeSeriesData.PointData
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ values
↳ time_interval
getValues
The values that make up the point.
Generated from protobuf field repeated .google.monitoring.v3.TypedValue values = 1;
Google\Protobuf\Internal\RepeatedField
setValues
The values that make up the point.
Generated from protobuf field repeated .google.monitoring.v3.TypedValue values = 1;
$this
getTimeInterval
The time interval associated with the point.
Generated from protobuf field .google.monitoring.v3.TimeInterval time_interval = 2;
hasTimeInterval
clearTimeInterval
setTimeInterval
The time interval associated with the point.
Generated from protobuf field .google.monitoring.v3.TimeInterval time_interval = 2;
$this