Cloud Firestore V1 Client - Class Operator (1.31.0)

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

A composite filter operator.

Protobuf type google.firestore.v1.StructuredQuery.CompositeFilter.Operator

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OPERATOR_UNSPECIFIED

Value: 0

Unspecified. This value must not be used.

Generated from protobuf enum OPERATOR_UNSPECIFIED = 0;

PBAND

Value: 1

Documents are required to satisfy all of the combined filters.

Generated from protobuf enum AND = 1;

PBOR

Value: 2

Documents are required to satisfy at least one of the combined filters.

Generated from protobuf enum OR = 2;