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
- (::Google::Cloud::Monitoring::V3::TimeInterval) — The time interval associated with the point.
#time_interval=
def time_interval=(value) -> ::Google::Cloud::Monitoring::V3::TimeInterval
Parameter
- value (::Google::Cloud::Monitoring::V3::TimeInterval) — The time interval associated with the point.
Returns
- (::Google::Cloud::Monitoring::V3::TimeInterval) — The time interval associated with the point.
#values
def values() -> ::Array<::Google::Cloud::Monitoring::V3::TypedValue>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TypedValue>) — The values that make up the point.
#values=
def values=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TypedValue>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::TypedValue>) — The values that make up the point.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TypedValue>) — The values that make up the point.