public sealed class UpdateQueueRequest : IMessage<UpdateQueueRequest>, IEquatable<UpdateQueueRequest>, IDeepCloneable<UpdateQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class UpdateQueueRequest.
Request message for
[UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue].
The queue's [name][google.cloud.tasks.v2beta3.Queue.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][google.cloud.tasks.v2beta3.Queue.name] cannot be
changed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `UpdateQueueRequest` class within the Google Cloud Tasks v2beta3 API, specifically for version 3.0.0-beta06, with links to the latest and earlier versions."],["`UpdateQueueRequest` is a sealed class used as a request message for updating queues via `CloudTasks.UpdateQueue`, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor `UpdateQueueRequest()` and an overloaded constructor `UpdateQueueRequest(UpdateQueueRequest other)` for creating a new instance based on an existing one."],["`UpdateQueueRequest` contains two key properties: `Queue`, which represents the queue to be updated and is a required parameter, and `UpdateMask`, used to specify which fields of the queue should be modified during the update operation."],["The properties `Queue` and `UpdateMask` are respectively of the type `Queue` and `FieldMask`, and any attempt to modify output-only fields will be ignored."]]],[]]