Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
,Used in:
, ,Used in:
,Used in:
,Used in:
,Used in:
the owner of the Database
Used in:
Used in:
, , ,Used in:
Used in:
Used in:
A Firestore query.
The projection to return.
The collections to query. TODO: Will support repeated collection in the future
The filter to apply.
The maximum number of results to return. Applies after all other constraints. Requires: * The value must be greater than or equal to zero if specified.
A filter that merges multiple other filters using the given operator.
Used in:
The operator for combining multiple filters.
The list of filters to combine. Requires: * At least one filter is present.
A composite filter operator.
Used in:
Unspecified. This value must not be used.
Documents are required to satisfy all of the combined filters.
A filter on a specific field.
Used in:
The field to filter by.
The operator to filter by.
The bytes of Bson value to compare to.
A field filter operator.
Used in:
Unspecified. This value must not be used.
The given `field` is less than the given `value`. Requires: * That `field` come first in `order_by`.
The given `field` is less than or equal to the given `value`. Requires: * That `field` come first in `order_by`.
The given `field` is greater than the given `value`. Requires: * That `field` come first in `order_by`.
The given `field` is greater than or equal to the given `value`. Requires: * That `field` come first in `order_by`.
The given `field` is equal to the given `value`.
The given `field` is not equal to the given `value`. Requires: * No other `NOT_EQUAL`, `NOT_IN`, `IS_NOT_NULL`, or `IS_NOT_NAN`. * That `field` comes first in the `order_by`.
The given `field` is an array that contains the given `value`.
A filter.
Used in:
,The type of filter.
A filter on a document field.
A composite filter.
Used in:
The projection of document's fields to return.
Used in:
The fields to return. If empty, all fields are returned.
A message that can hold any of the supported value types.
Used in:
Must have a value set.
A null value. TODO: support P2 google.protobuf.NullValue null_value = 11;
A boolean value.
An integer value.
A double value.
A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.