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 TaskName
TaskName.Builder. build()
static TaskName
TaskName. of(String project, String location, String queue, String task)
static TaskName
TaskName. 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 void
CloudTasksClient. acknowledgeTask(TaskName name, com.google.protobuf.Timestamp scheduleTime)
Acknowledges a pull task.Task
CloudTasksClient. cancelLease(TaskName name, com.google.protobuf.Timestamp scheduleTime)
Cancel a pull task's lease.void
CloudTasksClient. deleteTask(TaskName name)
Deletes a task.Task
CloudTasksClient. getTask(TaskName name)
Gets a task.Task
CloudTasksClient. renewLease(TaskName name, com.google.protobuf.Timestamp scheduleTime, com.google.protobuf.Duration leaseDuration)
Renew the current lease of a pull task.Task
CloudTasksClient. 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)
-