The time interval to which the data point applies. For GAUGE metrics,
the start time is optional, but if it is supplied, it must equal the
end time. For DELTA metrics, the start
and end time should specify a non-zero interval, with subsequent points
specifying contiguous and non-overlapping intervals. For CUMULATIVE
metrics, the start and end time should specify a non-zero interval, with
subsequent points specifying the same start time and increasing end times,
until an event resets the cumulative value to zero and sets a new start
time for the following points.
[[["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-06-12 UTC."],[[["This webpage provides reference documentation for the `Point` class within the Google Cloud Monitoring v3 API, specifically version 3.10.0."],["The `Point` class represents a single data point in a time series and includes properties for `Interval` (a `TimeInterval`) and `Value` (a `TypedValue`)."],["The page lists all of the different available versions of this specific Google Cloud Monitoring v3 API documentation, ranging from 3.15.0 (latest) down to 2.3.0."],["The `Point` class implements several interfaces, including `IMessage`, `IEquatable\u003cPoint\u003e`, `IDeepCloneable\u003cPoint\u003e`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffer management."]]],[]]