Class Operator (1.48.0)

Operator(value)

Which comparison operator to use. Should be specified for queries only; specifying this for a datapoint is an error.

Datapoints for which Operator is true relative to the query's Value field will be allowlisted.

Values: OPERATOR_UNSPECIFIED (0): Default value of the enum. LESS (1): Datapoints are eligible iff their value is < the query's. LESS_EQUAL (2): Datapoints are eligible iff their value is <= the query's. EQUAL (3): Datapoints are eligible iff their value is == the query's. GREATER_EQUAL (4): Datapoints are eligible iff their value is >= the query's. GREATER (5): Datapoints are eligible iff their value is > the query's. NOT_EQUAL (6): Datapoints are eligible iff their value is != the query's.

Methods

Operator

Operator(value)

Which comparison operator to use. Should be specified for queries only; specifying this for a datapoint is an error.

Datapoints for which Operator is true relative to the query's Value field will be allowlisted.

Values: OPERATOR_UNSPECIFIED (0): Default value of the enum. LESS (1): Datapoints are eligible iff their value is < the query's. LESS_EQUAL (2): Datapoints are eligible iff their value is <= the query's. EQUAL (3): Datapoints are eligible iff their value is == the query's. GREATER_EQUAL (4): Datapoints are eligible iff their value is >= the query's. GREATER (5): Datapoints are eligible iff their value is > the query's. NOT_EQUAL (6): Datapoints are eligible iff their value is != the query's.