ProjectsDatabasesResource class

Constructors

ProjectsDatabasesResource(ApiRequester client)

Properties

backupSchedules ProjectsDatabasesBackupSchedulesResource
no setter
collectionGroups ProjectsDatabasesCollectionGroupsResource
no setter
documents ProjectsDatabasesDocumentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsDatabasesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleFirestoreAdminV1Database request, String parent, {String? databaseId, String? $fields}) Future<GoogleLongrunningOperation>
Create a database.
delete(String name, {String? etag, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a database.
exportDocuments(GoogleFirestoreAdminV1ExportDocumentsRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
get(String name, {String? $fields}) Future<GoogleFirestoreAdminV1Database>
Gets information about a database.
importDocuments(GoogleFirestoreAdminV1ImportDocumentsRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Imports documents into Google Cloud Firestore.
list(String parent, {String? $fields}) Future<GoogleFirestoreAdminV1ListDatabasesResponse>
List all the databases in the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirestoreAdminV1Database request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a database.
restore(GoogleFirestoreAdminV1RestoreDatabaseRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a new database by restoring from an existing backup.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited