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"]],[["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-03-21 UTC."],[[["This documentation provides details for the `UpdateQueueRequest` class within the Google Cloud Tasks v2beta3 API, which is used to send requests for updating queues."],["The `UpdateQueueRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is available in multiple versions, including the latest beta version 3.0.0-beta07, as well as versions 3.0.0-beta06 and 2.0.0-beta08."],["The class includes properties like `Queue`, which represents the queue to be created or updated, and `UpdateMask`, which specifies which fields of the queue should be updated."],["The class offers two constructors: a default constructor `UpdateQueueRequest()` and another that accepts an `UpdateQueueRequest` object for initialization `UpdateQueueRequest(UpdateQueueRequest other)`."]]],[]]