public enum ComparisonTypeReference documentation and code samples for the Google Cloud Monitoring v3 API enum ComparisonType.
Specifies an ordering relationship on two arguments, called left and
right.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Fields |
|
|---|---|
| Name | Description |
ComparisonEq |
True if the left argument is equal to the right argument. |
ComparisonGe |
True if the left argument is greater than or equal to the right argument. |
ComparisonGt |
True if the left argument is greater than the right argument. |
ComparisonLe |
True if the left argument is less than or equal to the right argument. |
ComparisonLt |
True if the left argument is less than the right argument. |
ComparisonNe |
True if the left argument is not equal to the right argument. |
ComparisonUnspecified |
No ordering relationship is specified. |