Reference documentation and code samples for the Cloud Datastore V1 Client class CompositeFilter.
A filter that merges multiple other filters using the given operator.
Generated from protobuf message google.datastore.v1.CompositeFilter
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ op
int
The operator for combining multiple filters.
↳ filters
array< Google\Cloud\Datastore\V1\Filter
>
The list of filters to combine. Requires: * At least one filter is present.
getOp
The operator for combining multiple filters.
int
setOp
The operator for combining multiple filters.
var
int
$this
getFilters
The list of filters to combine.
Requires:
- At least one filter is present.
setFilters
The list of filters to combine.
Requires:
- At least one filter is present.
$this