Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
void |
FirestoreAdminClient.deleteIndex(IndexName name)
Deletes a composite index.
|
Index |
FirestoreAdminClient.getIndex(IndexName name)
Gets a composite index.
|
Modifier and Type | Method and Description |
---|---|
IndexName |
IndexName.Builder.build() |
static IndexName |
IndexName.of(String project,
String database,
String collection,
String index) |
static IndexName |
IndexName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<IndexName> |
IndexName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
IndexName.toStringList(List<IndexName> values) |
Copyright © 2023 Google LLC. All rights reserved.