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 webpage provides documentation for the `GetQueueRequest` class within the Google Cloud Tasks v2 API, detailing its usage and properties."],["The `GetQueueRequest` class is used to request information about a specific queue, as defined in the `google.cloud.tasks.v2.CloudTasks.GetQueue` API method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the main properties being `Name` (a string) and `QueueName` (a typed view of the resource name)."],["There are two constructors available for `GetQueueRequest`: a default constructor and one that accepts another `GetQueueRequest` object as a parameter."],["The document covers various versions of this class, with version 3.5.0 being the latest, and provides links to documentation for earlier versions down to version 2.2.0."]]],[]]