Google Cloud Error Reporting v1beta1 API - Enum TimedCountAlignment (3.0.0-beta04)

public enum TimedCountAlignment

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API enum TimedCountAlignment.

Specifies how the time periods of error group counts are aligned.

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Fields

NameDescription
AlignmentEqualAtEnd

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.

ErrorCountAlignmentUnspecified

No alignment specified.