Google Cloud Tasks V2beta3 Client - Class UpdateQueueRequest (1.14.4)

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

Request message for UpdateQueue.

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

Namespace

Google \ Cloud \ Tasks \ V2beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ queue Google\Cloud\Tasks\V2beta3\Queue

Required. The queue to create or update. The queue's name must be specified. Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

↳ update_mask Google\Protobuf\FieldMask

A mask used to specify which fields of the queue are being updated. If empty, then all fields will be updated.

getQueue

Required. The queue to create or update.

The queue's name must be specified. Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

Returns
Type Description
Google\Cloud\Tasks\V2beta3\Queue|null

hasQueue

clearQueue

setQueue

Required. The queue to create or update.

The queue's name must be specified. Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

Parameter
Name Description
var Google\Cloud\Tasks\V2beta3\Queue
Returns
Type Description
$this

getUpdateMask

A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this