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 provides documentation for the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, used to request the deletion of a Pub/Sub topic."],["The `DeleteTopicRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The documentation covers a range of versions of `DeleteTopicRequest`, spanning from version 2.3.0 to the latest 3.23.0, offering links to each specific version's details."],["The class has two constructors, one default and another that accepts a `DeleteTopicRequest` object as a parameter, and has properties `Topic` and `TopicAsTopicName` that are used to specify the topic to be deleted."]]],[]]