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"]],[["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 provides reference documentation for the \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e class within the Google Cloud Tasks v2beta3 API, specifically for version 3.0.0-beta06, with links to the latest and earlier versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateQueueRequest\u003c/code\u003e is a sealed class used as a request message for updating queues via \u003ccode\u003eCloudTasks.UpdateQueue\u003c/code\u003e, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor \u003ccode\u003eUpdateQueueRequest()\u003c/code\u003e and an overloaded constructor \u003ccode\u003eUpdateQueueRequest(UpdateQueueRequest other)\u003c/code\u003e for creating a new instance based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateQueueRequest\u003c/code\u003e contains two key properties: \u003ccode\u003eQueue\u003c/code\u003e, which represents the queue to be updated and is a required parameter, and \u003ccode\u003eUpdateMask\u003c/code\u003e, used to specify which fields of the queue should be modified during the update operation.\u003c/p\u003e\n"],["\u003cp\u003eThe properties \u003ccode\u003eQueue\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e are respectively of the type \u003ccode\u003eQueue\u003c/code\u003e and \u003ccode\u003eFieldMask\u003c/code\u003e, and any attempt to modify output-only fields will be ignored.\u003c/p\u003e\n"]]],[],null,[]]