Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TimeSeriesData.
Represents the values of a time series associated with a TimeSeriesDescriptor.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#label_values
def label_values() -> ::Array<::Google::Cloud::Monitoring::V3::LabelValue>
Returns
-
(::Array<::Google::Cloud::Monitoring::V3::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 oflabel_descriptors
.
#label_values=
def label_values=(value) -> ::Array<::Google::Cloud::Monitoring::V3::LabelValue>
Parameter
-
value (::Array<::Google::Cloud::Monitoring::V3::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 oflabel_descriptors
.
Returns
-
(::Array<::Google::Cloud::Monitoring::V3::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 oflabel_descriptors
.
#point_data
def point_data() -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>) — The points in the time series.
#point_data=
def point_data=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>) — The points in the time series.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>) — The points in the time series.