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 provides documentation for the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.5.0."],["`DeleteTopicRequest` is used to request the deletion of a topic in Google Cloud Pub/Sub, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, and one that takes another `DeleteTopicRequest` object as a parameter for copying."],["The `DeleteTopicRequest` class contains two key properties: `Topic`, a string representing the name of the topic to be deleted in the format `projects/{project}/topics/{topic}`, and `TopicAsTopicName`, which offers a strongly-typed view of the topic resource name."],["The documentation provides a list of past version of this request starting from 3.23.0 all the way down to 2.3.0."]]],[]]