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"]],[["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 documentation for the `TimeSeriesData.Types.PointData` class within the Google Cloud Monitoring v3 API, specifically for version 3.9.0 and other versions listed."],["`TimeSeriesData.Types.PointData` represents a point's value columns and time interval, including one or more values that are contained within `point_descriptors` of an object."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to fulfill requirements such as message handling and deep cloning."],["The `PointData` class has properties such as `TimeInterval`, representing the time associated with a point, and `Values`, a collection of `TypedValue` that forms the values of a point."],["The webpage also provides links to documentation for older versions of the `PointData` class, ranging from 3.15.0 down to 2.3.0, allowing you to navigate to the correct version."]]],[]]