Enum ResolutionStatus

public enum ResolutionStatus extends Enum<ResolutionStatus> implements ProtocolMessageEnum

Resolution status of an error group.

Protobuf enum google.devtools.clouderrorreporting.v1beta1.ResolutionStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACKNOWLEDGED

Error Group manually acknowledged, it can have an issue link attached.

ACKNOWLEDGED = 2;

ACKNOWLEDGED_VALUE

Error Group manually acknowledged, it can have an issue link attached.

ACKNOWLEDGED = 2;

MUTED

The error group is muted and excluded by default on group stats requests.

MUTED = 4;

MUTED_VALUE

The error group is muted and excluded by default on group stats requests.

MUTED = 4;

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 = 1;

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.

OPEN = 1;

RESOLUTION_STATUS_UNSPECIFIED

Status is unknown. When left unspecified in requests, it is treated like OPEN.

RESOLUTION_STATUS_UNSPECIFIED = 0;

RESOLUTION_STATUS_UNSPECIFIED_VALUE

Status is unknown. When left unspecified in requests, it is treated like OPEN.

RESOLUTION_STATUS_UNSPECIFIED = 0;

RESOLVED

Error Group manually resolved, more events for this group are not expected to occur.

RESOLVED = 3;

RESOLVED_VALUE

Error Group manually resolved, more events for this group are not expected to occur.

RESOLVED = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()