Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<ExportDocumentsResponse,ExportDocumentsMetadata> |
FirestoreAdminClient.exportDocumentsAsync(DatabaseName name)
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage
system, such as Google Cloud Storage.
|
Database |
FirestoreAdminClient.getDatabase(DatabaseName name)
Gets information about a database.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,ImportDocumentsMetadata> |
FirestoreAdminClient.importDocumentsAsync(DatabaseName name)
Imports documents into Google Cloud Firestore.
|
Modifier and Type | Method and Description |
---|---|
DatabaseName |
DatabaseName.Builder.build() |
static DatabaseName |
DatabaseName.of(String project,
String database) |
static DatabaseName |
DatabaseName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<DatabaseName> |
DatabaseName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
DatabaseName.toStringList(List<DatabaseName> values) |
Copyright © 2023 Google LLC. All rights reserved.