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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GROUP_ORDER_UNSPECIFIED
Value: 0No group order specified.
Generated from protobuf enum GROUP_ORDER_UNSPECIFIED = 0;
COUNT_DESC
Value: 1Total count of errors in the given time window in descending order.
Generated from protobuf enum COUNT_DESC = 1;
LAST_SEEN_DESC
Value: 2Timestamp 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: 3Timestamp when the group was created in descending order.
Generated from protobuf enum CREATED_DESC = 3;
AFFECTED_USERS_DESC
Value: 4Number of affected users in the given time window in descending order.
Generated from protobuf enum AFFECTED_USERS_DESC = 4;