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."],[[["The webpage provides documentation for the `TimeSeriesData.Types.PointData` class within the Google Cloud Monitoring v3 API for .NET, which is used for representing a point's value columns and time interval."],["The latest version documented is 3.15.0, with a range of previous versions available for review, starting from 2.3.0 all the way to 3.15.0."],["The `PointData` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be used to determine the functionality of the class."],["The `PointData` class contains properties `TimeInterval` of type `TimeInterval`, and `Values` of type `RepeatedField\u003cTypedValue\u003e`."],["The `PointData` class has two constructors, one default and another which takes a `TimeSeriesData.Types.PointData` object."]]],[]]