| Modifier and Type | Method and Description |
|---|---|
DatabaseName |
DatabaseName.Builder.build() |
static DatabaseName |
DatabaseName.of(String project,
String instance,
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 © 2021 Google LLC. All rights reserved.