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