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 for .NET, specifically version 3.2.0."],["The `UpdateQueueRequest` class is used to send update requests for a queue, with capabilities to modify properties, as specified by the `UpdateMask`, or update all of them if the mask is empty."],["The document includes details on the class's inheritance, implementation of various interfaces, constructors, and properties like `Queue` and `UpdateMask`, providing clarity on their purpose and usage within the API."],["The available versions of this class are listed, starting from version 2.2.0 all the way to the most current version, 3.5.0."]]],[]]