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."],[[["The page details the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a Pub/Sub topic."],["The latest version for `DeleteTopicRequest` is 3.23.0, and multiple historical versions are available, ranging from 3.22.0 down to 2.3.0, including 2.6.0 which this current document falls under."],["The `DeleteTopicRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The `DeleteTopicRequest` class includes two constructors, one default and another that takes another `DeleteTopicRequest` as a parameter."],["The class has properties named `Topic` which takes a string, and `TopicAsTopicName` which is of type `TopicName`, to specify the topic to be deleted."]]],[]]