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-04 UTC."],[[["This documentation provides reference information for the `Point` class within the Google Cloud BigQuery Migration v2 API."],["The `Point` class represents a single data point in a time series and is implemented through multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Interval`, which defines the time range of the data point, and `Value`, which holds the data point's numerical or other type of value."],["The latest version of the API documented is version 1.5.0, with previous versions going as far back as version 1.0.0."],["The class also has 2 constructors, the first one without any parameters, and the second one using a parameter of `Point`."]]],[]]