Google Cloud Monitoring v3 API - Enum ComparisonType (3.7.0)

public enum ComparisonType

Reference 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.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
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.