Class: Google::Cloud::Monitoring::V3::TimeSeriesData::PointData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#time_interval::Google::Cloud::Monitoring::V3::TimeInterval

Returns The time interval associated with the point.

Returns:



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

#values::Array<::Google::Cloud::Monitoring::V3::TypedValue>

Returns The values that make up the point.

Returns:



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