Reference documentation and code samples for the Google Cloud Tasks V2beta3 Client class BufferTaskResponse.
Response message for BufferTask.
Generated from protobuf message google.cloud.tasks.v2beta3.BufferTaskResponse
Namespace
Google \ Cloud \ Tasks \ V2beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ task |
Google\Cloud\Tasks\V2beta3\Task
The created task. |
getTask
The created task.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Tasks\V2beta3\Task|null |
|
hasTask
clearTask
setTask
The created task.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Tasks\V2beta3\Task
|
| Returns | |
|---|---|
| Type | Description |
$this |
|