Uses of Class
com.google.cloud.batch.v1alpha.TaskName
-
Packages that use TaskName Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of TaskName in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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.v1alpha 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.v1alpha 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.v1alpha with type arguments of type TaskName Modifier and Type Method Description static List<String>
TaskName. toStringList(List<TaskName> values)
-