package firestore

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BundleElement

bundle.proto:111

A Firestore bundle is a length-prefixed stream of JSON representations of `BundleElement`. Only one `BundleMetadata` is expected, and it should be the first element. The named queries follow after `metadata`. If a document exists when the bundle is built, `document_metadata` is immediately followed by the `document`, otherwise `document_metadata` will present by itself.

message BundleMetadata

bundle.proto:88

Metadata describing the bundle file/stream.

Used in: BundleElement

message BundledDocumentMetadata

bundle.proto:73

Metadata describing a Firestore document saved in the bundle.

Used in: BundleElement

message BundledQuery

bundle.proto:37

Describes a query saved in the bundle.

Used in: NamedQuery

enum BundledQuery.LimitType

bundle.proto:49

If the query is a limit query, should the limit be applied to the beginning or the end of results.

Used in: BundledQuery

message NamedQuery

bundle.proto:58

A Query associated with a name, created as part of the bundle file, and can be read by client SDKs once the bundle containing them is loaded.

Used in: BundleElement