Enum Threshold.Direction (2.2.6)

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

Whether the threshold is considered crossed by an actual value above or below its threshold value.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABOVE

The threshold will be considered crossed if the actual value is above the threshold value.

ABOVE = 1;

ABOVE_VALUE

The threshold will be considered crossed if the actual value is above the threshold value.

ABOVE = 1;

BELOW

The threshold will be considered crossed if the actual value is below the threshold value.

BELOW = 2;

BELOW_VALUE

The threshold will be considered crossed if the actual value is below the threshold value.

BELOW = 2;

DIRECTION_UNSPECIFIED

Not allowed in well-formed requests.

DIRECTION_UNSPECIFIED = 0;

DIRECTION_UNSPECIFIED_VALUE

Not allowed in well-formed requests.

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