Package com.google.firestore.bundle (3.21.0)

GitHub Repository

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.firestore for new applications.

Classes

Class Description
com.google.firestore.bundle.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.
com.google.firestore.bundle.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.
com.google.firestore.bundle.BundleMetadata Metadata describing the bundle file/stream.
com.google.firestore.bundle.BundleMetadata.Builder Metadata describing the bundle file/stream.
com.google.firestore.bundle.BundleProto
com.google.firestore.bundle.BundledDocumentMetadata Metadata describing a Firestore document saved in the bundle.
com.google.firestore.bundle.BundledDocumentMetadata.Builder Metadata describing a Firestore document saved in the bundle.
com.google.firestore.bundle.BundledQuery Encodes a query saved in the bundle.
com.google.firestore.bundle.BundledQuery.Builder Encodes a query saved in the bundle.
com.google.firestore.bundle.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.
com.google.firestore.bundle.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.

Interfaces

Interface Description
com.google.firestore.bundle.BundleElementOrBuilder
com.google.firestore.bundle.BundleMetadataOrBuilder
com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
com.google.firestore.bundle.BundledQueryOrBuilder
com.google.firestore.bundle.NamedQueryOrBuilder

Enums

Enum Description
com.google.firestore.bundle.BundleElement.ElementTypeCase
com.google.firestore.bundle.BundledQuery.LimitType If the query is a limit query, should the limit be applied to the beginning or the end of results.
com.google.firestore.bundle.BundledQuery.QueryTypeCase