Cloudtasks_v2beta2Functions

Functions

Link copied to clipboard
suspend fun getQueue(argument: GetQueuePlainArgs): GetQueueResult

Gets a queue.

suspend fun getQueue(argument: suspend GetQueuePlainArgsBuilder.() -> Unit): GetQueueResult
suspend fun getQueue(location: String, project: String? = null, queueId: String, readMask: String? = null): GetQueueResult
Link copied to clipboard

Gets the access control policy for a Queue. Returns an empty policy if the resource exists and does not have a policy set. Authorization requires the following Google IAM permission on the specified resource parent: * cloudtasks.queues.getIamPolicy

suspend fun getQueueIamPolicy(location: String, project: String? = null, queueId: String): GetQueueIamPolicyResult
Link copied to clipboard
suspend fun getTask(argument: GetTaskPlainArgs): GetTaskResult

Gets a task.

suspend fun getTask(argument: suspend GetTaskPlainArgsBuilder.() -> Unit): GetTaskResult
suspend fun getTask(location: String, project: String? = null, queueId: String, responseView: String? = null, taskId: String): GetTaskResult