| Modifier and Type | Method and Description |
|---|---|
RunName |
RunName.Builder.build() |
static RunName |
RunName.of(String project,
String location,
String process,
String run) |
static RunName |
RunName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<RunName> |
RunName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
RunName.toStringList(List<RunName> values) |
Copyright © 2023 Google LLC. All rights reserved.