public enum TimedCountAlignment extends Enum<TimedCountAlignment> implements ProtocolMessageEnum
Specifies how the time periods of error group counts are aligned.
Protobuf enum google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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. |
ALIGNMENT_EQUAL_AT_END_VALUE |
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. |
ALIGNMENT_EQUAL_ROUNDED |
The time periods shall be consecutive, have width equal to the requested duration, and be aligned at the [alignment_time] [google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest.alignment_time] provided in the request. The [alignment_time] [google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest.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. |
ALIGNMENT_EQUAL_ROUNDED_VALUE |
The time periods shall be consecutive, have width equal to the requested duration, and be aligned at the [alignment_time] [google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest.alignment_time] provided in the request. The [alignment_time] [google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest.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. |
ERROR_COUNT_ALIGNMENT_UNSPECIFIED |
No alignment specified. |
ERROR_COUNT_ALIGNMENT_UNSPECIFIED_VALUE |
No alignment specified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |