public sealed class GetQueueRequest : IMessage<GetQueueRequest>, IEquatable<GetQueueRequest>, IDeepCloneable<GetQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class GetQueueRequest.
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."],[[["This document provides reference information for the `GetQueueRequest` class within the Google Cloud Tasks v2 API, specifically for .NET development."],["`GetQueueRequest` is used as the request message for retrieving a queue via the `GetQueue` method in the Google Cloud Tasks API."],["The latest version documented for the `GetQueueRequest` class is 3.5.0, with documentation available for versions ranging from 2.2.0 up to the latest version."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cGetQueueRequest\u003e`, `IDeepCloneable\u003cGetQueueRequest\u003e`, and `IBufferMessage`, allowing for a wide range of functionality within .NET."],["Key properties of the `GetQueueRequest` class are `Name` (a string representing the queue's resource name) and `QueueName` (a typed view over the `Name` property)."]]],[]]