ProjectsDatabasesResource class

Constructors

ProjectsDatabasesResource(ApiRequester client)

Properties

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

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

Operators

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