public enum ResolutionStatus extends Enum<ResolutionStatus> implements ProtocolMessageEnum
Resolution status of an error group.
Protobuf enum google.devtools.clouderrorreporting.v1beta1.ResolutionStatus
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ACKNOWLEDGED | Error Group manually acknowledged, it can have an issue link attached. |
ACKNOWLEDGED_VALUE | Error Group manually acknowledged, it can have an issue link attached. |
MUTED | The error group is muted and excluded by default on group stats requests. |
MUTED_VALUE | The error group is muted and excluded by default on group stats requests. |
OPEN | The error group is not being addressed. This is the default for new groups. It is also used for errors re-occurring after marked RESOLVED. |
OPEN_VALUE | The error group is not being addressed. This is the default for new groups. It is also used for errors re-occurring after marked RESOLVED. |
RESOLUTION_STATUS_UNSPECIFIED | Status is unknown. When left unspecified in requests, it is treated like OPEN. |
RESOLUTION_STATUS_UNSPECIFIED_VALUE | Status is unknown. When left unspecified in requests, it is treated like OPEN. |
RESOLVED | Error Group manually resolved, more events for this group are not expected to occur. |
RESOLVED_VALUE | Error Group manually resolved, more events for this group are not expected to occur. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |