Package | Description |
---|---|
com.google.cloud.firestore | |
com.google.cloud.firestore.spi.v1 |
Class and Description |
---|
AggregateQuery
A query that calculates aggregations over an underlying query.
|
AggregateQuerySnapshot
The results of executing an
AggregateQuery . |
BasePath
BasePath represents a path sequence in the Firestore database.
|
Blob
Immutable class representing an array of bytes in Firestore.
|
BulkWriter
A Firestore BulkWriter that can be used to perform a large number of writes in parallel.
|
BulkWriter.WriteErrorCallback
A callback set by `addWriteErrorListener()` to be run every time an operation fails and
determines if an operation should be retried.
|
BulkWriter.WriteResultCallback
A callback set by `addWriteResultListener()` to be run every time an operation successfully
completes.
|
BulkWriterException
The error thrown when a BulkWriter operation fails.
|
BulkWriterOptions
Options used to configure request throttling in BulkWriter.
|
BulkWriterOptions.Builder |
CollectionGroup
A Collection Group query matches all documents that are contained in a collection or
subcollection with a specific collection ID.
|
CollectionReference
A CollectionReference can be used for adding documents, getting document references, and querying
for documents (using the methods inherited from Query).
|
DocumentChange
A DocumentChange represents a change to the documents matching a query.
|
DocumentChange.Type
An enumeration of snapshot diff types.
|
DocumentReference
A DocumentReference refers to a document location in a Firestore database and can be used to
write, read, or listen to the location.
|
DocumentSnapshot
A DocumentSnapshot contains data read from a document in a Firestore database.
|
EventListener
An interface for event listeners.
|
FieldMask
A FieldMask can be used to limit the number of fields returned by a `getAll()` call.
|
FieldPath
A
FieldPath refers to a field in a document. |
FieldValue
Sentinel values that can be used when writing document fields with set() or update().
|
Filter |
Firestore
Represents a Firestore Database and is the entry point for all Firestore operations
|
FirestoreBundle
Represents a Firestore data bundle with results from the given document and query snapshots.
|
FirestoreBundle.Builder
Builds a Firestore data bundle with results from the given document and query snapshots.
|
FirestoreException
A Firestore Service exception.
|
FirestoreFactory
An interface for Firestore factories.
|
FirestoreOptions
A Factory class to create new Firestore instances.
|
FirestoreOptions.Builder |
FirestoreRpcFactory
An interface for Firestore RPC factory.
|
GeoPoint
Immutable class representing a geographic location in Firestore
|
ListenerRegistration
Represents a listener that can be removed by calling remove().
|
Precondition
Preconditions that can be used to restrict update() calls.
|
Query
A Query which you can read or listen to.
|
Query.Direction
The direction of a sort.
|
QueryDocumentSnapshot
A QueryDocumentSnapshot contains data read from a document in a Firestore database as part of a
query.
|
QueryPartition
A split point that can be used in a query as a starting and/or end point for the query results.
|
QuerySnapshot
A QuerySnapshot contains the results of a query.
|
SetOptions
An options object that configures the behavior of set() calls.
|
Transaction
A Transaction is passed to a Function to provide the methods to read and write data within the
transaction context.
|
Transaction.AsyncFunction
User callback that takes a Firestore Async Transaction.
|
Transaction.Function
User callback that takes a Firestore Transaction.
|
TransactionOptions
Options specifying the behavior of Firestore Transactions.
|
TransactionOptions.Builder |
TransactionOptions.ReadOnlyOptionsBuilder
A typesafe builder class representing those options that are applicable when configuring a
transaction to be read-only.
|
TransactionOptions.ReadWriteOptionsBuilder
A typesafe builder class representing those options that are applicable when configuring a
transaction to be read-write.
|
TransactionOptions.TransactionOptionsType |
UpdateBuilder
Abstract class that collects and bundles all write operations for
Transaction and WriteBatch . |
WriteBatch
A Firestore WriteBatch that can be used to atomically commit multiple write operations at once.
|
WriteResult
A WriteResult exposes the update time set by the server.
|
Class and Description |
---|
FirestoreOptions
A Factory class to create new Firestore instances.
|
Copyright © 2023 Google LLC. All rights reserved.