public sealed class GetQueueRequest : IMessage<GetQueueRequest>, IEquatable<GetQueueRequest>, IDeepCloneable<GetQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class GetQueueRequest.
Request message for
[GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
Optional. Read mask is used for a more granular control over what the API
returns. If the mask is not present all fields will be returned except
[Queue.stats]. [Queue.stats] will be returned only if it was explicitly
specified in the mask.
[[["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\u003eThe \u003ccode\u003eGetQueueRequest\u003c/code\u003e class is part of the Google Cloud Tasks v2beta3 API and is used to request a specific queue, identified by its resource name.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, providing functionalities such as deep cloning and protocol buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetQueueRequest\u003c/code\u003e has properties \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eQueueName\u003c/code\u003e that specify the queue's resource name, and \u003ccode\u003eReadMask\u003c/code\u003e which controls the granularity of the returned information.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eGetQueueRequest\u003c/code\u003e is \u003ccode\u003e3.0.0-beta07\u003c/code\u003e, with older versions available, and is located within the \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetQueueRequest\u003c/code\u003e has two constructors, a default one, and another one that takes another \u003ccode\u003eGetQueueRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class GetQueueRequest (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.GetQueueRequest)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.GetQueueRequest)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.GetQueueRequest) \n\n public sealed class GetQueueRequest : IMessage\u003cGetQueueRequest\u003e, IEquatable\u003cGetQueueRequest\u003e, IDeepCloneable\u003cGetQueueRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class GetQueueRequest.\n\nRequest message for\n\\[GetQueue\\]\\[google.cloud.tasks.v2beta3.CloudTasks.GetQueue\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetQueueRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.GetQueueRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.GetQueueRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetQueueRequest](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.GetQueueRequest), [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### GetQueueRequest()\n\n public GetQueueRequest()\n\n### GetQueueRequest(GetQueueRequest)\n\n public GetQueueRequest(GetQueueRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The resource name of the queue. For example:\n`projects/PROJECT_ID/locations/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.GetQueueRequest#Google_Cloud_Tasks_V2Beta3_GetQueueRequest_Name) resource name property.\n\n### ReadMask\n\n public FieldMask ReadMask { get; set; }\n\nOptional. Read mask is used for a more granular control over what the API\nreturns. If the mask is not present all fields will be returned except\n\\[Queue.stats\\]. \\[Queue.stats\\] will be returned only if it was explicitly\nspecified in the mask."]]