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-09-04 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e class within the Google Cloud Tasks v2beta3 API, which is used to send requests for updating queues.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eQueue\u003c/code\u003e, which represents the queue to be created or updated, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies which fields of the queue should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eUpdateQueueRequest()\u003c/code\u003e and another that accepts an \u003ccode\u003eUpdateQueueRequest\u003c/code\u003e object for initialization \u003ccode\u003eUpdateQueueRequest(UpdateQueueRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class UpdateQueueRequest (3.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest) \n\n public sealed class UpdateQueueRequest : IMessage\u003cUpdateQueueRequest\u003e, IEquatable\u003cUpdateQueueRequest\u003e, IDeepCloneable\u003cUpdateQueueRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class UpdateQueueRequest.\n\nRequest message for\n\\[UpdateQueue\\]\\[google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateQueueRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.UpdateQueueRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Tasks.V2Beta3](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Tasks.V2Beta3.dll\n\nConstructors\n------------\n\n### UpdateQueueRequest()\n\n public UpdateQueueRequest()\n\n### UpdateQueueRequest(UpdateQueueRequest)\n\n public UpdateQueueRequest(UpdateQueueRequest other)\n\nProperties\n----------\n\n### Queue\n\n public Queue Queue { get; set; }\n\nRequired. The queue to create or update.\n\nThe queue's \\[name\\]\\[google.cloud.tasks.v2beta3.Queue.name\\] must be\nspecified.\n\nOutput only fields cannot be modified using UpdateQueue.\nAny value specified for an output only field will be ignored.\nThe queue's \\[name\\]\\[google.cloud.tasks.v2beta3.Queue.name\\] cannot be\nchanged.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nA mask used to specify which fields of the queue are being updated.\n\nIf empty, then all fields will be updated."]]