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
ProtocolMessageEnumStatic Fields
| Name | Description |
| COMPARISON_EQ | True if the left argument is equal to the right argument. |
| COMPARISON_EQ_VALUE | True if the left argument is equal to the right argument. |
| COMPARISON_GE | True if the left argument is greater than or equal to the right argument. |
| COMPARISON_GE_VALUE | True if the left argument is greater than or equal to the right argument. |
| COMPARISON_GT | True if the left argument is greater than the right argument. |
| COMPARISON_GT_VALUE | True if the left argument is greater than the right argument. |
| COMPARISON_LE | True if the left argument is less than or equal to the right argument. |
| COMPARISON_LE_VALUE | True if the left argument is less than or equal to the right argument. |
| COMPARISON_LT | True if the left argument is less than the right argument. |
| COMPARISON_LT_VALUE | True if the left argument is less than the right argument. |
| COMPARISON_NE | True if the left argument is not equal to the right argument. |
| COMPARISON_NE_VALUE | True if the left argument is not equal to the right argument. |
| COMPARISON_UNSPECIFIED | No ordering relationship is specified. |
| COMPARISON_UNSPECIFIED_VALUE | No ordering relationship is specified. |
| UNRECOGNIZED |
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() |