ProjectsDatabasesResource class
Methods
-
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.
-
toString()
→ String
-
A string representation of this object.
inherited