public enum ErrorGroupOrder extends Enum<ErrorGroupOrder> implements ProtocolMessageEnum
A sorting order of error groups.
Protobuf enum google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AFFECTED_USERS_DESC |
Number of affected users in the given time window in descending order. |
AFFECTED_USERS_DESC_VALUE |
Number of affected users in the given time window in descending order. |
COUNT_DESC |
Total count of errors in the given time window in descending order. |
COUNT_DESC_VALUE |
Total count of errors in the given time window in descending order. |
CREATED_DESC |
Timestamp when the group was created in descending order. |
CREATED_DESC_VALUE |
Timestamp when the group was created in descending order. |
GROUP_ORDER_UNSPECIFIED |
No group order specified. |
GROUP_ORDER_UNSPECIFIED_VALUE |
No group order specified. |
LAST_SEEN_DESC |
Timestamp when the group was last seen in the given time window in descending order. |
LAST_SEEN_DESC_VALUE |
Timestamp when the group was last seen in the given time window in descending order. |
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() |