Interface | Description |
---|---|
BundledDocumentMetadataOrBuilder | |
BundledQueryOrBuilder | |
BundleElementOrBuilder | |
BundleMetadataOrBuilder | |
NamedQueryOrBuilder |
Class | Description |
---|---|
BundledDocumentMetadata |
Metadata describing a Firestore document saved in the bundle.
|
BundledDocumentMetadata.Builder |
Metadata describing a Firestore document saved in the bundle.
|
BundledQuery |
Encodes a query saved in the bundle.
|
BundledQuery.Builder |
Encodes a query saved in the bundle.
|
BundleElement |
A Firestore bundle is a length-prefixed stream of JSON representations of
`BundleElement`.
|
BundleElement.Builder |
A Firestore bundle is a length-prefixed stream of JSON representations of
`BundleElement`.
|
BundleMetadata |
Metadata describing the bundle file/stream.
|
BundleMetadata.Builder |
Metadata describing the bundle file/stream.
|
BundleProto | |
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.
|
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.
|
Enum | Description |
---|---|
BundledQuery.LimitType |
If the query is a limit query, should the limit be applied to the beginning or
the end of results.
|
BundledQuery.QueryTypeCase | |
BundleElement.ElementTypeCase |
Copyright © 2023 Google LLC. All rights reserved.