Uses of Class
com.google.cloud.tasks.v2.TaskName
-
Packages that use TaskName Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of TaskName in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return TaskName Modifier and Type Method Description TaskNameTaskName.Builder. build()static TaskNameTaskName. of(String project, String location, String queue, String task)static TaskNameTaskName. parse(String formattedString)Methods in com.google.cloud.tasks.v2 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.tasks.v2 with parameters of type TaskName Modifier and Type Method Description voidCloudTasksClient. deleteTask(TaskName name)Deletes a task.TaskCloudTasksClient. getTask(TaskName name)Gets a task.TaskCloudTasksClient. runTask(TaskName name)Forces a task to run now.Method parameters in com.google.cloud.tasks.v2 with type arguments of type TaskName Modifier and Type Method Description static List<String>TaskName. toStringList(List<TaskName> values)
-