Error Reporting V1beta1 API - Module Google::Cloud::ErrorReporting::V1beta1::ErrorGroupOrder (v0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.