Enum Insight.Severity (2.43.0)

public enum Insight.Severity extends Enum<Insight.Severity> implements ProtocolMessageEnum

Insight severity levels.

Protobuf enum google.cloud.recommender.v1beta1.Insight.Severity

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CRITICAL

Insight has critical severity.

CRITICAL = 4;

CRITICAL_VALUE

Insight has critical severity.

CRITICAL = 4;

HIGH

Insight has high severity.

HIGH = 3;

HIGH_VALUE

Insight has high severity.

HIGH = 3;

LOW

Insight has low severity.

LOW = 1;

LOW_VALUE

Insight has low severity.

LOW = 1;

MEDIUM

Insight has medium severity.

MEDIUM = 2;

MEDIUM_VALUE

Insight has medium severity.

MEDIUM = 2;

SEVERITY_UNSPECIFIED

Insight has unspecified severity.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Insight has unspecified severity.

SEVERITY_UNSPECIFIED = 0;

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()