Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder
-
Packages that use ErrorGroupOrder Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorGroupOrder in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorGroupOrder Modifier and Type Method Description static ErrorGroupOrder
ErrorGroupOrder. forNumber(int value)
ErrorGroupOrder
ListGroupStatsRequest.Builder. getOrder()
Optional.ErrorGroupOrder
ListGroupStatsRequest. getOrder()
Optional.ErrorGroupOrder
ListGroupStatsRequestOrBuilder. getOrder()
Optional.static ErrorGroupOrder
ErrorGroupOrder. valueOf(int value)
Deprecated.static ErrorGroupOrder
ErrorGroupOrder. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ErrorGroupOrder
ErrorGroupOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorGroupOrder[]
ErrorGroupOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorGroupOrder Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorGroupOrder>
ErrorGroupOrder. internalGetValueMap()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ErrorGroupOrder Modifier and Type Method Description ListGroupStatsRequest.Builder
ListGroupStatsRequest.Builder. setOrder(ErrorGroupOrder value)
Optional.
-