public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteTopicRequest.
[[["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 latest version of the `DeleteTopicRequest` API is 3.23.0, which can be found on the reference documentation."],["This page contains the reference documentation for the `DeleteTopicRequest` class within the `Google.Cloud.PubSub.V1` API, including detailed information about its methods and properties."],["The `DeleteTopicRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality."],["The `DeleteTopicRequest` class has two constructors, one with no parameters and another that accepts another `DeleteTopicRequest` as a parameter."],["The `DeleteTopicRequest` class requires a topic name string or `TopicName` to be specified via the properties `Topic` or `TopicAsTopicName`, for the intended topic deletion."]]],[]]