| Modifier and Type | Method and Description |
|---|---|
IndexName |
IndexName.Builder.build() |
static IndexName |
IndexName.of(String project,
String database,
String collectionId,
String indexId) |
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 © 2020 Google LLC. All rights reserved.