Stackdriver Error Reporting V1beta1 Client - Class ErrorGroupOrder (0.19.12)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;