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 webpage details the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a Pub/Sub topic."],["The latest version documented on this page is 3.23.0, while the page specifically references version 2.10.0 of the `DeleteTopicRequest` class and lists all other available versions, from 2.3.0 up to 3.22.0."],["`DeleteTopicRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one `DeleteTopicRequest()` and one that takes another `DeleteTopicRequest` as a parameter for copying, `DeleteTopicRequest(DeleteTopicRequest other)`."],["The class contains two main properties, `Topic` which is a string representing the name of the topic to be deleted, and `TopicAsTopicName`, which is a `TopicName`-typed view of the `Topic` property."]]],[]]