Enum ComparisonType (3.3.0)

public enum ComparisonType extends Enum<ComparisonType> implements ProtocolMessageEnum

Specifies an ordering relationship on two arguments, called left and right.

Protobuf enum google.monitoring.v3.ComparisonType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPARISON_EQ

True if the left argument is equal to the right argument.

COMPARISON_EQ = 5;

COMPARISON_EQ_VALUE

True if the left argument is equal to the right argument.

COMPARISON_EQ = 5;

COMPARISON_GE

True if the left argument is greater than or equal to the right argument.

COMPARISON_GE = 2;

COMPARISON_GE_VALUE

True if the left argument is greater than or equal to the right argument.

COMPARISON_GE = 2;

COMPARISON_GT

True if the left argument is greater than the right argument.

COMPARISON_GT = 1;

COMPARISON_GT_VALUE

True if the left argument is greater than the right argument.

COMPARISON_GT = 1;

COMPARISON_LE

True if the left argument is less than or equal to the right argument.

COMPARISON_LE = 4;

COMPARISON_LE_VALUE

True if the left argument is less than or equal to the right argument.

COMPARISON_LE = 4;

COMPARISON_LT

True if the left argument is less than the right argument.

COMPARISON_LT = 3;

COMPARISON_LT_VALUE

True if the left argument is less than the right argument.

COMPARISON_LT = 3;

COMPARISON_NE

True if the left argument is not equal to the right argument.

COMPARISON_NE = 6;

COMPARISON_NE_VALUE

True if the left argument is not equal to the right argument.

COMPARISON_NE = 6;

COMPARISON_UNSPECIFIED

No ordering relationship is specified.

COMPARISON_UNSPECIFIED = 0;

COMPARISON_UNSPECIFIED_VALUE

No ordering relationship is specified.

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