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"]],[["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-04-17 UTC."],[[["This document provides reference information for the `UpdateQueueRequest` class within the Google Cloud Tasks v2 API for .NET, specifically version 3.4.0."],["The `UpdateQueueRequest` class is used to send update requests for queues, as described by the `UpdateQueue` method in the CloudTasks API, with the latest version being 3.5.0."],["`UpdateQueueRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf and .NET conventions."],["Key properties within `UpdateQueueRequest` include `Queue` (the queue to update) and `UpdateMask` (specifying which fields to update), the queue `name` must be provided and output-only fields cannot be modified."],["The document also provides links to previous versions of this documentation ranging from 2.2.0 to 3.3.0, giving users access to historical changes."]]],[]]