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 TaskGroupName
TaskGroupName.Builder. build()
static TaskGroupName
TaskGroupName. of(String project, String location, String job, String taskGroup)
static TaskGroupName
TaskGroupName. 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.ListTasksPagedResponse
BatchServiceClient. 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)
-