Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter.
A filter that merges multiple other filters using the given operator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filters
def filters() -> ::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>
Returns
-
(::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>) —
The list of filters to combine.
Requires:
- At least one filter is present.
#filters=
def filters=(value) -> ::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>
Parameter
-
value (::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>) —
The list of filters to combine.
Requires:
- At least one filter is present.
Returns
-
(::Array<::Google::Cloud::Firestore::V1::StructuredQuery::Filter>) —
The list of filters to combine.
Requires:
- At least one filter is present.
#op
def op() -> ::Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter::Operator
Returns
- (::Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter::Operator) — The operator for combining multiple filters.
#op=
def op=(value) -> ::Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter::Operator
Parameter
- value (::Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter::Operator) — The operator for combining multiple filters.
Returns
- (::Google::Cloud::Firestore::V1::StructuredQuery::CompositeFilter::Operator) — The operator for combining multiple filters.