Class PointData (2.11.0)

PointData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
values Sequence[google.cloud.monitoring_v3.types.TypedValue]
The values that make up the point.
time_interval google.cloud.monitoring_v3.types.TimeInterval
The time interval associated with the point.

Inheritance

builtins.object > proto.message.Message > PointData