Google Cloud Tasks V2beta3 Client - Class BufferTaskRequest (1.14.6)

Reference documentation and code samples for the Google Cloud Tasks V2beta3 Client class BufferTaskRequest.

Request message for BufferTask .

Generated from protobuf message google.cloud.tasks.v2beta3.BufferTaskRequest

Namespace

Google \ Cloud \ Tasks \ V2beta3

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ queue
string

Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.

↳ task_id
string

Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

↳ body
Google\Api\HttpBody

Optional. Body of the HTTP request. The body can take any generic value. The value is written to the HttpRequest of the [Task].

getQueue

Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.

Returns
Type
Description
string

setQueue

Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getTaskId

Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

Returns
Type
Description
string

setTaskId

Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getBody

Optional. Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

Returns
Type
Description

hasBody

clearBody

setBody

Optional. Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

Parameter
Name
Description
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: