Stackdriver Error Reporting V1beta1 Client - Class ErrorGroupOrder (0.25.1)

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 \ V1beta1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;

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年10月30日 UTC.