Cloud Firestore V1 Client - Class UnaryFilter (1.38.0)

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

A filter with a single operand.

Generated from protobuf message google.firestore.v1.StructuredQuery.UnaryFilter

Namespace

Google \ Cloud \ Firestore \ V1 \ StructuredQuery

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ op int

The unary operator to apply.

↳ field Google\Cloud\Firestore\V1\StructuredQuery\FieldReference

The field to which to apply the operator.

getOp

The unary operator to apply.

Returns
TypeDescription
int

setOp

The unary operator to apply.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getField

The field to which to apply the operator.

Returns
TypeDescription
Google\Cloud\Firestore\V1\StructuredQuery\FieldReference|null

hasField

setField

The field to which to apply the operator.

Parameter
NameDescription
var Google\Cloud\Firestore\V1\StructuredQuery\FieldReference
Returns
TypeDescription
$this

getOperandType

Returns
TypeDescription
string