public sealed class 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"]],[["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."],[[["This webpage provides reference documentation for the `PointData` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment, across multiple versions."],["The `PointData` class represents a data point in a time series, containing value columns and a time interval, aligning with the `point_descriptors` of the `TimeSeriesDescriptor`."],["The latest version documented is 3.15.0, and the webpage details versions going back to 2.3.0, allowing users to find the documentation relevant to their project's specific version."],["The `PointData` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, and deep cloning."],["Key properties of the `PointData` class include `TimeInterval` which is of type `TimeInterval`, and `Values`, a `RepeatedField` of type `TypedValue`, indicating that it stores time and value information."]]],[]]