Uses of Class
com.google.cloud.batch.v1.TaskGroupName
-
Packages that use TaskGroupName Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of TaskGroupName in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return TaskGroupName Modifier and Type Method Description TaskGroupNameTaskGroupName.Builder. build()static TaskGroupNameTaskGroupName. of(String project, String location, String job, String taskGroup)static TaskGroupNameTaskGroupName. parse(String formattedString)Methods in com.google.cloud.batch.v1 that return types with arguments of type TaskGroupName Modifier and Type Method Description static List<TaskGroupName>TaskGroupName. parseList(List<String> formattedStrings)Methods in com.google.cloud.batch.v1 with parameters of type TaskGroupName Modifier and Type Method Description BatchServiceClient.ListTasksPagedResponseBatchServiceClient. listTasks(TaskGroupName parent)List Tasks associated with a job.Method parameters in com.google.cloud.batch.v1 with type arguments of type TaskGroupName Modifier and Type Method Description static List<String>TaskGroupName. toStringList(List<TaskGroupName> values)
-