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` class is 3.5.0, with this page specifically detailing version 2.3.0 of the class."],["`GetQueueRequest` is a class used to create request messages for retrieving a queue via `GetQueue`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetQueueRequest` class includes properties like `Name` (a string representing the queue's resource name) and `QueueName` (a typed view of the `Name` property)."],["The `GetQueueRequest` class has two constructors, a default one, and another one to create a `GetQueueRequest` object using another `GetQueueRequest` object as a parameter."]]],[]]