Constructor
new CompositeFilter(filters)
Build a Composite Filter object.
Parameters:
| Name | Type | Description |
|---|---|---|
filters |
Array.<EntityFilter> |
Methods
toProto()
Gets the proto for the filter.
A CompositeFilter is a filter that combines other filters and applies that combination to a query.
Build a Composite Filter object.
| Name | Type | Description |
|---|---|---|
filters |
Array.<EntityFilter> |
Gets the proto for the filter.