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 page details the `DeleteTopicRequest` class, which is used to request the deletion of a topic within the Google Cloud Pub/Sub service."],["The class `DeleteTopicRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available is 3.23.0, while numerous other versions from 2.3.0 to 3.22.0 are also documented, showcasing an array of previous versions."],["The `DeleteTopicRequest` class includes properties such as `Topic` (a string representing the topic's name) and `TopicAsTopicName` (a `TopicName`-typed view of the topic resource)."],["There are two constructors available for the class, one with no parameters and another that takes a `DeleteTopicRequest` object as a parameter."]]],[]]