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-04-09 UTC."],[[["The page details the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a Pub/Sub topic."],["The latest version for this resource is 3.23.0, and it shows a version history spanning from 2.3.0 up to the current version."],["The `DeleteTopicRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a constructor that takes no parameters and another that takes an existing `DeleteTopicRequest` object, along with properties to manage the topic name, either as a string or a `TopicName` object."],["The required format for deleting a topic is `projects/{project}/topics/{topic}`, as specified in the `Topic` property."]]],[]]