public sealed class GetQueueRequest : IMessage<GetQueueRequest>, IEquatable<GetQueueRequest>, IDeepCloneable<GetQueueRequest>, IBufferMessage, IMessage
Request message for [GetQueue][google.cloud.tasks.v2.CloudTasks.GetQueue].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `GetQueueRequest` is 3.5.0, with the current documentation focusing on version 2.2.0, which is a request message for retrieving a queue."],["`GetQueueRequest` inherits from `Object` and implements `IMessage\u003cGetQueueRequest\u003e`, `IEquatable\u003cGetQueueRequest\u003e`, `IDeepCloneable\u003cGetQueueRequest\u003e`, `IBufferMessage`, and `IMessage`."],["This class is contained within the `Google.Cloud.Tasks.V2` namespace and its main purpose is for usage with the `CloudTasks.GetQueue` method, as its direct request message."],["The `GetQueueRequest` class includes two constructors: a default constructor and one that accepts another `GetQueueRequest` object as an argument, used for copying."],["The two properties exposed by `GetQueueRequest` are `Name`, which stores the resource name of the queue as a string, and `QueueName`, which provides a typed view of the `Name` property."]]],[]]