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 pertains to the `TimeSeriesData.Types` namespace."],["`PointData` represents a single data point in a time series, containing value columns and a time interval, and it can be found in multiple versions, from 2.3.0 up to the latest 3.15.0."],["This `PointData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two constructors, one default and another taking an instance of `TimeSeriesData.Types.PointData`, and it includes properties like `TimeInterval` and `Values` to define the data point."],["The values of `PointData` are represented by a repeated field of type `TypedValue`, and each `PointData` is defined by a time interval."]]],[]]