Uses of Class
com.google.cloud.tasks.v2beta2.TaskName
-
Packages that use TaskName Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks API -
-
Uses of TaskName in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 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.v2beta2 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.v2beta2 with parameters of type TaskName Modifier and Type Method Description voidCloudTasksClient. acknowledgeTask(TaskName name, com.google.protobuf.Timestamp scheduleTime)Acknowledges a pull task.TaskCloudTasksClient. cancelLease(TaskName name, com.google.protobuf.Timestamp scheduleTime)Cancel a pull task's lease.voidCloudTasksClient. deleteTask(TaskName name)Deletes a task.TaskCloudTasksClient. getTask(TaskName name)Gets a task.TaskCloudTasksClient. renewLease(TaskName name, com.google.protobuf.Timestamp scheduleTime, com.google.protobuf.Duration leaseDuration)Renew the current lease of a pull task.TaskCloudTasksClient. runTask(TaskName name)Forces a task to run now.Method parameters in com.google.cloud.tasks.v2beta2 with type arguments of type TaskName Modifier and Type Method Description static List<String>TaskName. toStringList(List<TaskName> values)
-