public enum Threshold.Color extends Enum<Threshold.Color> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COLOR_UNSPECIFIED |
Color is unspecified. Not allowed in well-formed requests. |
COLOR_UNSPECIFIED_VALUE |
Color is unspecified. Not allowed in well-formed requests. |
RED |
Crossing the threshold is "emergency" behavior. |
RED_VALUE |
Crossing the threshold is "emergency" behavior. |
UNRECOGNIZED |
|
YELLOW |
Crossing the threshold is "concerning" behavior. |
YELLOW_VALUE |
Crossing the threshold is "concerning" behavior. |
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() |
|