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

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TimeSeriesData::PointData.

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#time_interval

def time_interval() -> ::Google::Cloud::Monitoring::V3::TimeInterval
Returns

#time_interval=

def time_interval=(value) -> ::Google::Cloud::Monitoring::V3::TimeInterval
Parameter
Returns

#values

def values() -> ::Array<::Google::Cloud::Monitoring::V3::TypedValue>
Returns

#values=

def values=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TypedValue>
Parameter
Returns