ErrorGroupOrder

A sorting order of error groups.

Enums
GROUP_ORDER_UNSPECIFIED No group order specified.
COUNT_DESC Total count of errors in the given time window in descending order.
LAST_SEEN_DESC Timestamp when the group was last seen in the given time window in descending order.
CREATED_DESC Timestamp when the group was created in descending order.
AFFECTED_USERS_DESC Number of affected users in the given time window in descending order.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年07月14日 UTC.