public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class PurgeQueueRequest.
Request message for
[PurgeQueue][google.cloud.tasks.v2.CloudTasks.PurgeQueue].
[[["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 `PurgeQueueRequest` class is used as a request message for the `PurgeQueue` function within the Google Cloud Tasks v2 API."],["This class is implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with the .NET framework."],["The `PurgeQueueRequest` class is found within the `Google.Cloud.Tasks.V2` namespace and is part of the `Google.Cloud.Tasks.V2.dll` assembly, with the most recent version being 3.5.0."],["It provides two constructors, one default and another that takes another `PurgeQueueRequest` instance to clone, and offers properties like `Name` to specify the queue to purge and `QueueName` for a typed view."],["The versions listed are available for the PurgeQueueRequest, from version 2.2.0 all the way up to the latest being version 3.5.0."]]],[]]