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 .NET development."],["The `PointData` class represents a single point of data within a time series, containing values and a corresponding time interval."],["The page lists available versions of the API, ranging from 2.3.0 to 3.15.0, with the latest version being 3.15.0, and it includes links to each version's documentation."],["`PointData` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with various .NET Protobuf functionalities."],["The class contains two key properties: `TimeInterval`, which specifies the time range of the data point, and `Values`, which is a list of `TypedValue` objects that comprise the actual data values."]]],[]]