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-04-17 UTC."],[[["The webpage provides documentation for `PointData`, a class within the `Google.Cloud.Monitoring.V3` namespace, specifically concerning version 2.3.0."],["`PointData` represents a point's value columns and time interval, with each point having one or more values corresponding to entries in the `point_descriptors` field."],["The webpage lists available documentation for a range of versions from 2.3.0 to the latest version 3.15.0, all pertaining to `TimeSeriesData.Types.PointData`."],["The `PointData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PointData` objects are constructed either with a default constructor `PointData()` or by copying another `PointData` object through `PointData(TimeSeriesData.Types.PointData other)`, and they expose properties `TimeInterval` and `Values`."]]],[]]