Constructor
new CompositeFilter(propertiesopt)
Constructs a new CompositeFilter.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.firestore.v1beta1.StructuredQuery.ICompositeFilter |
<optional> |
Properties to set |
- Implements:
-
- ICompositeFilter
Members
Operator
Operator enum.
Properties:
| Name | Type | Description |
|---|---|---|
OPERATOR_UNSPECIFIED |
string |
OPERATOR_UNSPECIFIED value |
AND |
string |
AND value |
filters
CompositeFilter filters.
op
CompositeFilter op.
Methods
(static) fromObject(object) → {google.firestore.v1beta1.StructuredQuery.CompositeFilter}
Creates a CompositeFilter message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
Returns:
| Type | Description |
|---|---|
| google.firestore.v1beta1.StructuredQuery.CompositeFilter |
CompositeFilter |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a CompositeFilter message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.firestore.v1beta1.StructuredQuery.CompositeFilter |
CompositeFilter |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
Returns:
| Type | Description |
|---|---|
| Object.<string, *> |
Plain object |
toJSON() → {Object.<string, *>}
Converts this CompositeFilter to JSON.
Returns:
| Type | Description |
|---|---|
| Object.<string, *> |
JSON object |