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-04-17 UTC."],[[["This document provides reference documentation for the `PurgeQueueRequest` class within the Google Cloud Tasks v2 API, specifically version 3.3.0, and the most recent version 3.5.0 is also listed."],["`PurgeQueueRequest` is a request message used for the `PurgeQueue` function in the API, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurgeQueueRequest` class has two constructors: a default constructor and another that takes another `PurgeQueueRequest` object as a parameter for duplication."],["The class features properties `Name`, a string representing the required queue name in the format \"projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID\", and `QueueName`, which provides a typed view of the queue name."],["The document lists all previous versions of the api from 3.5.0 down to 2.2.0 for PurgeQueueRequest, allowing access to historical documentation."]]],[]]