Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TimeSeriesData::PointData (v0.12.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
deftime_interval()->::Google::Cloud::Monitoring::V3::TimeInterval
Returns
- (::Google::Cloud::Monitoring::V3::TimeInterval) — The time interval associated with the point.
#time_interval=
deftime_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
defvalues()->::Array<::Google::Cloud::Monitoring::V3::TypedValue>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TypedValue>) — The values that make up the point.
#values=
defvalues=(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.