public sealed class UpdateQueueRequest : IMessage<UpdateQueueRequest>, IEquatable<UpdateQueueRequest>, IDeepCloneable<UpdateQueueRequest>, IBufferMessage, IMessage
Request message for [UpdateQueue][google.cloud.tasks.v2.CloudTasks.UpdateQueue].
The queue's [name][google.cloud.tasks.v2.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.v2.Queue.name] cannot be changed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e class within the Google Cloud Tasks V2 library, specifically version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e class is used to send requests to update a queue in Cloud Tasks, as indicated by its \u003ccode\u003eUpdateQueue\u003c/code\u003e request message designation.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data management.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eQueue\u003c/code\u003e, representing the queue to be updated (with its name required), and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies the fields to be modified during the update operation.\u003c/p\u003e\n"],["\u003cp\u003eThere are also different versions of this class, ranging from 2.2.0 up to the latest 3.5.0, as well as versions 3.0.0 to 3.4.0, indicating a history of updates and changes.\u003c/p\u003e\n"]]],[],null,[]]