TimedCountAlignment
class TimedCountAlignment
Specifies how the time periods of error group counts are aligned.
Protobuf enum Google\Devtools\Clouderrorreporting\V1beta1\TimedCountAlignment
Constants
ERROR_COUNT_ALIGNMENT_UNSPECIFIED |
No alignment specified. Generated from protobuf enum |
ALIGNMENT_EQUAL_ROUNDED |
The time periods shall be consecutive, have width equal to the
requested duration, and be aligned at the The Generated from protobuf enum |
ALIGNMENT_EQUAL_AT_END |
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. Generated from protobuf enum |