Cloud Firestore V1beta1 Client - Class Operator (1.38.0)

Reference documentation and code samples for the Cloud Firestore V1beta1 Client class Operator.

A unary operator.

Protobuf type google.firestore.v1beta1.StructuredQuery.UnaryFilter.Operator

Namespace

Google \ Cloud \ Firestore \ V1beta1 \ StructuredQuery \ UnaryFilter

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

OPERATOR_UNSPECIFIED

Value: 0

Unspecified. This value must not be used.

Generated from protobuf enum OPERATOR_UNSPECIFIED = 0;

IS_NAN

Value: 2

Test if a field is equal to NaN.

Generated from protobuf enum IS_NAN = 2;

IS_NULL

Value: 3

Test if an expression evaluates to Null.

Generated from protobuf enum IS_NULL = 3;