Error Reporting V1beta1 API - Module Google::Cloud::ErrorReporting::V1beta1::ErrorGroupOrder (v0.5.1)

Reference documentation and code samples for the Error Reporting V1beta1 API module Google::Cloud::ErrorReporting::V1beta1::ErrorGroupOrder.

A sorting order of error groups.

Constants

GROUP_ORDER_UNSPECIFIED

value: 0
No group order specified.

COUNT_DESC

value: 1
Total count of errors in the given time window in descending order.

LAST_SEEN_DESC

value: 2
Timestamp when the group was last seen in the given time window in descending order.

CREATED_DESC

value: 3
Timestamp when the group was created in descending order.

AFFECTED_USERS_DESC

value: 4
Number of affected users in the given time window in descending order.