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"]],[["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-03-21 UTC."],[[["This webpage details the `GetQueueRequest` class within the `Google.Cloud.Tasks.V2` namespace, which is used as a request message for retrieving a queue in Google Cloud Tasks."],["The `GetQueueRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors, a default constructor and one that takes another `GetQueueRequest` object as a parameter for copying."],["It contains properties such as `Name` (a string representing the queue's resource name) and `QueueName` (a `QueueName`-typed view over the resource name)."],["The page also provides links to documentation for multiple versions, ranging from version 2.2.0 to the latest 3.5.0."]]],[]]