Package-level declarations
Types
A backup schedule for a Cloud Firestore Database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though. To get more information about BackupSchedule, see:
A backup schedule for a Cloud Firestore Database. This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though. To get more information about BackupSchedule, see:
Builder for BackupScheduleArgs.
Builder for BackupSchedule.
A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the gcp.appengine.Application
resource instead. If you were previously using the gcp.appengine.Application
resource exclusively for managing a Firestore database and would like to use the gcp.firestore.Database
resource instead, please follow the instructions here. To get more information about Database, see:
A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the gcp.appengine.Application
resource instead. If you were previously using the gcp.appengine.Application
resource exclusively for managing a Firestore database and would like to use the gcp.firestore.Database
resource instead, please follow the instructions here. 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. Both Firestore Native and Datastore Mode indexes are supported. This resource manages composite indexes and not single field indexes. To manage single field indexes, use the gcp.firestore.Field
resource instead. To get more information about Index, see:
Cloud Firestore indexes enable simple and complex queries against documents in a database. Both Firestore Native and Datastore Mode indexes are supported. This resource manages composite indexes and not single field indexes. To manage single field indexes, use the gcp.firestore.Field
resource instead. To get more information about Index, see:
Builder for IndexArgs.
Builder for Index.