Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ErrorGroupOrder.
A sorting order of error groups.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
static::name
value
mixed
static::value
name
mixed
Constants
GROUP_ORDER_UNSPECIFIED
Value: 0
No group order specified.
Generated from protobuf enum GROUP_ORDER_UNSPECIFIED = 0;
COUNT_DESC
Value: 1
Total count of errors in the given time window in descending order.
Generated from protobuf enum COUNT_DESC = 1;
LAST_SEEN_DESC
Value: 2
Timestamp when the group was last seen in the given time window in descending order.
Generated from protobuf enum LAST_SEEN_DESC = 2;
CREATED_DESC
Value: 3
Timestamp when the group was created in descending order.
Generated from protobuf enum CREATED_DESC = 3;
AFFECTED_USERS_DESC
Value: 4
Number of affected users in the given time window in descending order.
Generated from protobuf enum AFFECTED_USERS_DESC = 4;