public enum ErrorGroupOrder extends java.lang.Enum<ErrorGroupOrder> implements ProtocolMessageEnum
A sorting order of error groups.Protobuf enum
google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder
Enum Constant and Description |
---|
AFFECTED_USERS_DESC
Number of affected users in the given time window in descending order.
|
COUNT_DESC
Total count of errors in the given time window in descending order.
|
CREATED_DESC
Timestamp when the group was created in descending order.
|
GROUP_ORDER_UNSPECIFIED
No group order specified.
|
LAST_SEEN_DESC
Timestamp when the group was last seen in the given time window
in descending order.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
AFFECTED_USERS_DESC_VALUE
Number of affected users in the given time window in descending order.
|
static int |
COUNT_DESC_VALUE
Total count of errors in the given time window in descending order.
|
static int |
CREATED_DESC_VALUE
Timestamp when the group was created in descending order.
|
static int |
GROUP_ORDER_UNSPECIFIED_VALUE
No group order specified.
|
static int |
LAST_SEEN_DESC_VALUE
Timestamp when the group was last seen in the given time window
in descending order.
|
Modifier and Type | Method and Description |
---|---|
static ErrorGroupOrder |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<ErrorGroupOrder> |
internalGetValueMap() |
static ErrorGroupOrder |
valueOf(Descriptors.EnumValueDescriptor desc) |
static ErrorGroupOrder |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorGroupOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorGroupOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorGroupOrder GROUP_ORDER_UNSPECIFIED
No group order specified.
GROUP_ORDER_UNSPECIFIED = 0;
public static final ErrorGroupOrder COUNT_DESC
Total count of errors in the given time window in descending order.
COUNT_DESC = 1;
public static final ErrorGroupOrder LAST_SEEN_DESC
Timestamp when the group was last seen in the given time window in descending order.
LAST_SEEN_DESC = 2;
public static final ErrorGroupOrder CREATED_DESC
Timestamp when the group was created in descending order.
CREATED_DESC = 3;
public static final ErrorGroupOrder AFFECTED_USERS_DESC
Number of affected users in the given time window in descending order.
AFFECTED_USERS_DESC = 4;
public static final ErrorGroupOrder UNRECOGNIZED
public static final int GROUP_ORDER_UNSPECIFIED_VALUE
No group order specified.
GROUP_ORDER_UNSPECIFIED = 0;
public static final int COUNT_DESC_VALUE
Total count of errors in the given time window in descending order.
COUNT_DESC = 1;
public static final int LAST_SEEN_DESC_VALUE
Timestamp when the group was last seen in the given time window in descending order.
LAST_SEEN_DESC = 2;
public static final int CREATED_DESC_VALUE
Timestamp when the group was created in descending order.
CREATED_DESC = 3;
public static final int AFFECTED_USERS_DESC_VALUE
Number of affected users in the given time window in descending order.
AFFECTED_USERS_DESC = 4;
public static ErrorGroupOrder[] values()
for (ErrorGroupOrder c : ErrorGroupOrder.values()) System.out.println(c);
public static ErrorGroupOrder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static ErrorGroupOrder valueOf(int value)
forNumber(int)
instead.public static ErrorGroupOrder forNumber(int value)
public static Internal.EnumLiteMap<ErrorGroupOrder> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static ErrorGroupOrder valueOf(Descriptors.EnumValueDescriptor desc)