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