Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TimeSeriesData (v0.16.0)

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 of label_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 of label_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 of label_descriptors.

#point_data

def point_data() -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>
Returns

#point_data=

def point_data=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData::PointData>
Parameter
Returns