| Modifier and Type | Method and Description |
|---|---|
SessionName |
SessionName.Builder.build() |
static SessionName |
SessionName.of(String project,
String instance,
String database,
String session) |
static SessionName |
SessionName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<SessionName> |
SessionName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SessionName.toStringList(List<SessionName> values) |
Copyright © 2019 Google LLC. All rights reserved.