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

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

deflabel_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=

deflabel_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

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

#point_data=

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.