public sealed class PointData : IMessage<TimeSeriesData.Types.PointData>, IEquatable<TimeSeriesData.Types.PointData>, IDeepCloneable<TimeSeriesData.Types.PointData>, IBufferMessage, IMessage
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for `PointData`, a class within the `Google.Cloud.Monitoring.V3` namespace, specifically as it relates to time series data points."],["`PointData` instances contain `TimeInterval` and `Values` properties, representing the time span and the data values of a specific point."],["The page lists available versions of the `PointData` documentation, ranging from version 3.15.0 (latest) down to 2.3.0, with the current version covered being 3.0.0."],["`PointData` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities related to message handling and object management."],["There are two constructors available for the `PointData` class, a default constructor and one that accepts another `PointData` instance as an argument for copying purposes."]]],[]]