Class: Google::Cloud::Monitoring::V3::TimeSeriesData::PointData
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::TimeSeriesData::PointData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
Overview
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.
Instance Attribute Summary collapse
-
#time_interval ⇒ ::Google::Cloud::Monitoring::V3::TimeInterval
The time interval associated with the point.
-
#values ⇒ ::Array<::Google::Cloud::Monitoring::V3::TypedValue>
The values that make up the point.
Instance Attribute Details
#time_interval ⇒ ::Google::Cloud::Monitoring::V3::TimeInterval
Returns The time interval associated with the point.
159 160 161 162 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 159 class PointData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |