pullMessage

@JvmName(name = "jbaawhabqocvqpqj")
suspend fun pullMessage(value: Output<PullMessageArgs>)
@JvmName(name = "ylxnyqafgkiljlce")
suspend fun pullMessage(value: PullMessageArgs?)

Parameters

value

Pull Message contained in a task in a PULL queue type. This payload type cannot be explicitly set through Cloud Tasks API. Its purpose, currently is to provide backward compatibility with App Engine Task Queue pull queues to provide a way to inspect contents of pull tasks through the CloudTasks.GetTask.


@JvmName(name = "jklujfacekcrmgcs")
suspend fun pullMessage(argument: suspend PullMessageArgsBuilder.() -> Unit)

Parameters

argument

Pull Message contained in a task in a PULL queue type. This payload type cannot be explicitly set through Cloud Tasks API. Its purpose, currently is to provide backward compatibility with App Engine Task Queue pull queues to provide a way to inspect contents of pull tasks through the CloudTasks.GetTask.