Reference documentation and code samples for the Stackdriver Monitoring V3 Client class TimeSeriesDescriptor.
A descriptor for the labels and points in a time series.
Generated from protobuf message google.monitoring.v3.TimeSeriesDescriptor
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ label_descriptors
↳ point_descriptors
array< Google\Cloud\Monitoring\V3\TimeSeriesDescriptor\ValueDescriptor
>
Descriptors for the point data value columns.
getLabelDescriptors
Descriptors for the labels.
Generated from protobuf field repeated .google.api.LabelDescriptor label_descriptors = 1;
Google\Protobuf\Internal\RepeatedField
setLabelDescriptors
Descriptors for the labels.
Generated from protobuf field repeated .google.api.LabelDescriptor label_descriptors = 1;
$this
getPointDescriptors
Descriptors for the point data value columns.
Generated from protobuf field repeated .google.monitoring.v3.TimeSeriesDescriptor.ValueDescriptor point_descriptors = 5;
Google\Protobuf\Internal\RepeatedField
setPointDescriptors
Descriptors for the point data value columns.
Generated from protobuf field repeated .google.monitoring.v3.TimeSeriesDescriptor.ValueDescriptor point_descriptors = 5;
$this