public sealed class GetQueueRequest : IMessage<GetQueueRequest>, IEquatable<GetQueueRequest>, IDeepCloneable<GetQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class GetQueueRequest.
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"]],[["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 part of the Google Cloud Tasks v2beta3 API and is used to request a specific queue, identified by its resource name."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["`GetQueueRequest` has properties `Name` and `QueueName` that specify the queue's resource name, and `ReadMask` which controls the granularity of the returned information."],["The latest version of `GetQueueRequest` is `3.0.0-beta07`, with older versions available, and is located within the `Google.Cloud.Tasks.V2Beta3` namespace."],["`GetQueueRequest` has two constructors, a default one, and another one that takes another `GetQueueRequest` object as a parameter."]]],[]]