public sealed class ResumeQueueRequest : IMessage<ResumeQueueRequest>, IEquatable<ResumeQueueRequest>, IDeepCloneable<ResumeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class ResumeQueueRequest.
Request message for
[ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
[[["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 document provides reference information for the \u003ccode\u003eResumeQueueRequest\u003c/code\u003e class within the Google Cloud Tasks v2beta3 API, used to send a request to resume a queue.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResumeQueueRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \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\u003eThere are two constructors available for \u003ccode\u003eResumeQueueRequest\u003c/code\u003e: a default constructor and one that accepts another \u003ccode\u003eResumeQueueRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties, \u003ccode\u003eName\u003c/code\u003e, which is a string representing the queue name, and \u003ccode\u003eQueueName\u003c/code\u003e, a typed view of the \u003ccode\u003eName\u003c/code\u003e property for working with the queue name as a \u003ccode\u003eQueueName\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eResumeQueueRequest\u003c/code\u003e class documentation is \u003ccode\u003e3.0.0-beta07\u003c/code\u003e, with prior versions available at \u003ccode\u003e3.0.0-beta06\u003c/code\u003e, and \u003ccode\u003e2.0.0-beta08\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class ResumeQueueRequest (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.ResumeQueueRequest)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest) \n\n public sealed class ResumeQueueRequest : IMessage\u003cResumeQueueRequest\u003e, IEquatable\u003cResumeQueueRequest\u003e, IDeepCloneable\u003cResumeQueueRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class ResumeQueueRequest.\n\nRequest message for\n\\[ResumeQueue\\]\\[google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ResumeQueueRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ResumeQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ResumeQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ResumeQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest), [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### ResumeQueueRequest()\n\n public ResumeQueueRequest()\n\n### ResumeQueueRequest(ResumeQueueRequest)\n\n public ResumeQueueRequest(ResumeQueueRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The queue name. For example:\n`projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID`\n\n### QueueName\n\n public QueueName QueueName { get; set; }\n\n[QueueName](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.QueueName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ResumeQueueRequest#Google_Cloud_Tasks_V2Beta3_ResumeQueueRequest_Name) resource name property."]]