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 `DeleteTopicRequest` class is part of the Google Cloud Pub/Sub v1 API and is used to request the deletion of a topic."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTopicRequest` class has properties for `Topic`, representing the topic to delete, and `TopicAsTopicName`, providing a typed view of the topic resource name."],["The documentation provides a comprehensive list of available versions for this method, with the latest version being 3.23.0 and going as low as 2.3.0."],["There are two constructors, a parameterless constructor and one that takes another `DeleteTopicRequest` instance as an argument."]]],[]]