Enum Threshold.Color (2.13.0)

public enum Threshold.Color extends Enum<Threshold.Color> implements ProtocolMessageEnum

The color suggests an interpretation to the viewer when actual values cross the threshold. Comments on each color provide UX guidance on how users can be expected to interpret a given state color.

Protobuf enum google.monitoring.dashboard.v1.Threshold.Color

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COLOR_UNSPECIFIED

Color is unspecified. Not allowed in well-formed requests.

COLOR_UNSPECIFIED = 0;

COLOR_UNSPECIFIED_VALUE

Color is unspecified. Not allowed in well-formed requests.

COLOR_UNSPECIFIED = 0;

RED

Crossing the threshold is "emergency" behavior.

RED = 6;

RED_VALUE

Crossing the threshold is "emergency" behavior.

RED = 6;

UNRECOGNIZED
YELLOW

Crossing the threshold is "concerning" behavior.

YELLOW = 4;

YELLOW_VALUE

Crossing the threshold is "concerning" behavior.

YELLOW = 4;

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