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 within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a Pub/Sub topic."],["The latest version of this API documentation is 3.23.0, while the page specifically documents version 2.8.0."],["The `DeleteTopicRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Topic`, which holds the name of the topic to be deleted, and `TopicAsTopicName` which provides a typed view of the topic name."],["There are numerous previous versions of this document ranging from 2.3.0 to 3.22.0, that can be accessed through the provided links."]]],[]]