public sealed class GetQueueRequest : IMessage<GetQueueRequest>, IEquatable<GetQueueRequest>, IDeepCloneable<GetQueueRequest>, IBufferMessage, IMessage
Request message for [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
Optional. Read mask is used for a more granular control over what the API returns.
If the mask is not present all fields will be returned except
[Queue.stats]. [Queue.stats] will be returned only if it was explicitly
specified in the mask.
[[["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 `GetQueueRequest` class is a request message used to retrieve a queue from the Cloud Tasks service via the `GetQueue` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality checks, and cloning."],["The `GetQueueRequest` class includes properties such as `Name` (the queue's resource name), `QueueName` (a typed view over the resource name), and `ReadMask` (optional, for controlling which fields are returned)."],["There are two constructors for `GetQueueRequest`: a default constructor, and one that takes another `GetQueueRequest` instance, likely for copying an existing request."],["This class belongs to the namespace `Google.Cloud.Tasks.V2Beta3` and is found in the `Google.Cloud.Tasks.V2Beta3.dll` assembly."]]],[]]