public sealed class TimeSeriesData.Types.PointData : IMessage<TimeSeriesData.Types.PointData>, IEquatable<TimeSeriesData.Types.PointData>, IDeepCloneable<TimeSeriesData.Types.PointData>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesData.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The document provides reference documentation for the `TimeSeriesData.Types.PointData` class within the Google Cloud Monitoring v3 API, showcasing various versions from 2.3.0 to 3.15.0."],["`TimeSeriesData.Types.PointData` is a class that represents a point's value columns and time interval, with each point having values corresponding to `point_descriptors` in the associated `TimeSeriesDescriptor`."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like serialization, equality checks, deep cloning, and message buffering."],["The class has properties `TimeInterval` and `Values`, representing the time interval and the set of values associated with a data point, respectively."],["Available constructors include a default `PointData()` constructor, as well as one that takes an existing `TimeSeriesData.Types.PointData` object, for constructing a copy."]]],[]]