The time periods shall be consecutive, have width equal to the
requested duration, and be aligned at the end of the requested time
period. This can result in a different size of the
first time period.
AlignmentEqualRounded
The time periods shall be consecutive, have width equal to the
requested duration, and be aligned at the alignment_time provided in
the request.
The alignment_time does not have to be inside the query period but
even if it is outside, only time periods are returned which overlap
with the query period.
A rounded alignment will typically result in a
different size of the first or the last time period.
[[["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 page provides documentation for the `TimedCountAlignment` enum within the `Google.Cloud.ErrorReporting.V1Beta1` namespace, specifically for version 2.0.0-beta05 and other listed versions."],["The `TimedCountAlignment` enum is used to specify how time periods of error group counts should be aligned."],["There are three alignment options defined: `AlignmentEqualAtEnd`, `AlignmentEqualRounded`, and `ErrorCountAlignmentUnspecified`."],["The `AlignmentEqualAtEnd` option aligns time periods at the end, potentially resulting in a different size for the first period, whereas `AlignmentEqualRounded` aligns them at a specified time and may affect the first or last period."],["The `ErrorCountAlignmentUnspecified` is used to indicate that there is no specified alignment."]]],[]]