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-04-17 UTC."],[[["The latest version available for `TimeSeriesData.Types.PointData` in the Google Cloud Monitoring v3 API is 3.15.0."],["This documentation provides reference information and code samples for the `TimeSeriesData.Types.PointData` class within the Google Cloud Monitoring v3 API."],["The `PointData` class represents a point's value columns and time interval, where each point can have multiple values."],["`PointData` inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["The `PointData` class has properties including `TimeInterval`, which specifies the associated time interval for the point, and `Values`, which is a list of `TypedValue` objects representing the point's values."]]],[]]