public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["This webpage details the `DeleteTopicRequest` class, which is used to request the deletion of a topic within the Google Cloud Pub/Sub service."],["The page provides a list of versions for `DeleteTopicRequest`, ranging from 3.23.0 (latest) down to 2.3.0."],["The `DeleteTopicRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTopicRequest` class includes properties such as `Topic`, which is a required string specifying the topic to delete, and `TopicAsTopicName`, which is a type view of the `Topic` resource name."],["The information included shows the different constructors available to the class, including a default constructor and one to construct based off another instance."]]],[]]