Uses of Class
com.google.cloud.batch.v1.TaskName
-
Packages that use TaskName Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of TaskName in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return TaskName Modifier and Type Method Description TaskName
TaskName.Builder. build()
static TaskName
TaskName. of(String project, String location, String job, String taskGroup, String task)
static TaskName
TaskName. parse(String formattedString)
Methods in com.google.cloud.batch.v1 that return types with arguments of type TaskName Modifier and Type Method Description static List<TaskName>
TaskName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.batch.v1 with parameters of type TaskName Modifier and Type Method Description Task
BatchServiceClient. getTask(TaskName name)
Return a single Task.Method parameters in com.google.cloud.batch.v1 with type arguments of type TaskName Modifier and Type Method Description static List<String>
TaskName. toStringList(List<TaskName> values)
-