Stackdriver Error Reporting V1beta1 Client - Class TimedCountAlignment (0.25.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class TimedCountAlignment.
Specifies how the time periods of error group counts are aligned.
Protobuf type google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ERROR_COUNT_ALIGNMENT_UNSPECIFIED
Value: 0No alignment specified.
Generated from protobuf enum ERROR_COUNT_ALIGNMENT_UNSPECIFIED = 0;
ALIGNMENT_EQUAL_ROUNDED
Value: 1The 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.
Generated from protobuf enum ALIGNMENT_EQUAL_ROUNDED = 1;
ALIGNMENT_EQUAL_AT_END
Value: 2The 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.
Generated from protobuf enum ALIGNMENT_EQUAL_AT_END = 2;