The time interval to which the data point applies. For GAUGE metrics,
the start time does not need to be supplied, 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the BigQuery Migration v2 API class Point is 1.5.0, and it is documented alongside previous versions including 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["The `Point` class represents a single data point in a time series and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Point` class has two constructors: a default constructor `Point()` and a copy constructor `Point(Point other)`."],["The `Point` class has two main properties: `Interval`, which represents the time interval the data point applies to and `Value` which represents the value of the data point."],["The inherited members from `Object` include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]