Reference documentation and code samples for the Stackdriver Monitoring V3 Client class TimeSeriesData.
Represents the values of a time series associated with a TimeSeriesDescriptor.
Generated from protobuf message google.monitoring.v3.TimeSeriesData
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ label_values
array< LabelValue
>
The values of the labels in the time series identifier, given in the same order as the label_descriptors
field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of label_descriptors
.
↳ point_data
getLabelValues
The values of the labels in the time series identifier, given in the same
order as the label_descriptors
field of the TimeSeriesDescriptor
associated with this object. Each value must have a value of the type
given in the corresponding entry of label_descriptors
.
setLabelValues
The values of the labels in the time series identifier, given in the same
order as the label_descriptors
field of the TimeSeriesDescriptor
associated with this object. Each value must have a value of the type
given in the corresponding entry of label_descriptors
.
$this
getPointData
The points in the time series.
setPointData
The points in the time series.
$this