Package-level declarations
Types
A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the gcp.appengine.Application
resource instead. To get more information about Database, see:
Builder for DatabaseArgs.
Builder for Database.
In Cloud Firestore, the unit of storage is the document. A document is a lightweight record that contains fields, which map to values. Each document is identified by a name. To get more information about Document, see:
Builder for DocumentArgs.
Builder for Document.
Represents a single field in the database. Fields are grouped by their "Collection Group", which represent all collections in the database with the same id. To get more information about Field, see:
Builder for FieldArgs.
Builder for Field.
Cloud Firestore indexes enable simple and complex queries against documents in a database. This resource manages composite indexes and not single field indexes. To get more information about Index, see:
Builder for IndexArgs.
Builder for Index.