generated/google/firestore/v1/query.pb library

Classes

Cursor
A position in a query result set.
StructuredAggregationQuery
Firestore query for running an aggregation over a google.firestore.v1.StructuredQuery.
StructuredAggregationQuery_Aggregation
Defines an aggregation that produces a single result.
StructuredAggregationQuery_Aggregation_Avg
Average of the values of the requested field.
StructuredAggregationQuery_Aggregation_Count
Count of documents that match the query.
StructuredAggregationQuery_Aggregation_Sum
Sum of the values of the requested field.
StructuredQuery
A Firestore query.
StructuredQuery_CollectionSelector
A selection of a collection, such as messages as m1.
StructuredQuery_CompositeFilter
A filter that merges multiple other filters using the given operator.
StructuredQuery_CompositeFilter_Operator
A composite filter operator.
StructuredQuery_Direction
A sort direction.
StructuredQuery_FieldFilter
A filter on a specific field.
StructuredQuery_FieldFilter_Operator
A field filter operator.
StructuredQuery_FieldReference
A reference to a field in a document, ex: stats.operations.
StructuredQuery_Filter
A filter.
StructuredQuery_Order
An order on a field.
StructuredQuery_Projection
The projection of document's fields to return.
StructuredQuery_UnaryFilter
A filter with a single operand.
StructuredQuery_UnaryFilter_Operator
A unary operator.