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