Module Google::Cloud::Datastore::V1::PropertyFilter::Operator (v0.3.5)

A property filter operator.

Constants

OPERATOR_UNSPECIFIED

value: 0
Unspecified. This value must not be used.

LESS_THAN

value: 1
Less than.

LESS_THAN_OR_EQUAL

value: 2
Less than or equal.

GREATER_THAN

value: 3
Greater than.

GREATER_THAN_OR_EQUAL

value: 4
Greater than or equal.

EQUAL

value: 5
Equal.

HAS_ANCESTOR

value: 11
Has ancestor.