Classes
BundleElement
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
. Every document_metadata
is
immediately followed by a document
.
Protobuf type google.firestore.bundle.BundleElement
BundleElement.Builder
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
. Every document_metadata
is
immediately followed by a document
.
Protobuf type google.firestore.bundle.BundleElement
BundleMetadata
Metadata describing the bundle file/stream.
Protobuf type google.firestore.bundle.BundleMetadata
BundleMetadata.Builder
Metadata describing the bundle file/stream.
Protobuf type google.firestore.bundle.BundleMetadata
BundleProto
BundledDocumentMetadata
Metadata describing a Firestore document saved in the bundle.
Protobuf type google.firestore.bundle.BundledDocumentMetadata
BundledDocumentMetadata.Builder
Metadata describing a Firestore document saved in the bundle.
Protobuf type google.firestore.bundle.BundledDocumentMetadata
BundledQuery
Encodes a query saved in the bundle.
Protobuf type google.firestore.bundle.BundledQuery
BundledQuery.Builder
Encodes a query saved in the bundle.
Protobuf type google.firestore.bundle.BundledQuery
NamedQuery
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.
Protobuf type google.firestore.bundle.NamedQuery
NamedQuery.Builder
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.
Protobuf type google.firestore.bundle.NamedQuery
Interfaces
BundleElementOrBuilder
BundleMetadataOrBuilder
BundledDocumentMetadataOrBuilder
BundledQueryOrBuilder
NamedQueryOrBuilder
Enums
BundleElement.ElementTypeCase
BundledQuery.LimitType
If the query is a limit query, should the limit be applied to the beginning or the end of results.
Protobuf enum google.firestore.bundle.BundledQuery.LimitType