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<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(CollectionGroupName parent,
Index index)
Creates a composite index.
|
FirestoreAdminClient.ListFieldsPagedResponse |
FirestoreAdminClient.listFields(CollectionGroupName parent)
Lists the field configuration and metadata for this database.
|
FirestoreAdminClient.ListIndexesPagedResponse |
FirestoreAdminClient.listIndexes(CollectionGroupName parent)
Lists composite indexes.
|
Modifier and Type | Method and Description |
---|---|
CollectionGroupName |
CollectionGroupName.Builder.build() |
static CollectionGroupName |
CollectionGroupName.of(String project,
String database,
String collection) |
static CollectionGroupName |
CollectionGroupName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<CollectionGroupName> |
CollectionGroupName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
CollectionGroupName.toStringList(List<CollectionGroupName> values) |
Copyright © 2023 Google LLC. All rights reserved.