Reference documentation and code samples for the Google Cloud Tasks V2beta2 Client class UpdateQueueRequest.
Request message for UpdateQueue .
Generated from protobuf message google.cloud.tasks.v2beta2.UpdateQueueRequest
Namespace
Google \ Cloud \ Tasks \ V2beta2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ queue
Google\Cloud\Tasks\V2beta2\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.
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.
$this
getUpdateMask
A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.
$this