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."],[[["The `GetQueueRequest` class is used to request a specific queue in the Google Cloud Tasks service, and it is located within the `Google.Cloud.Tasks.V2` namespace."],["This class supports several versions, from 2.2.0 up to 3.5.0, with 3.5.0 being the latest version available for `GetQueueRequest`."],["`GetQueueRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET environment."],["The `GetQueueRequest` class has two constructors: a default constructor and another that accepts an existing `GetQueueRequest` object for cloning purposes."],["The key properties for `GetQueueRequest` are `Name`, which is a required string representing the resource name of the queue, and `QueueName`, which is a `QueueName`-typed view of the `Name` property."]]],[]]