public sealed class UpdateQueueRequest : IMessage<UpdateQueueRequest>, IEquatable<UpdateQueueRequest>, IDeepCloneable<UpdateQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class UpdateQueueRequest.
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."],[[["This document provides reference information for the `UpdateQueueRequest` class within the Google Cloud Tasks v2 API, specifically for .NET development."],["`UpdateQueueRequest` is used to send a request to the `UpdateQueue` method in the Google Cloud Tasks API."],["The latest version of the `UpdateQueueRequest` class is 3.5.0, and documentation for previous versions ranging from 3.4.0 down to 2.2.0 are also available."],["The `UpdateQueueRequest` class includes properties for `Queue`, which is the queue to update, and `UpdateMask`, which specifies which fields of the queue are to be updated."],["The class inherits from the base object class and implements a number of interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]