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 formulate requests for deleting a topic."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and compatibility within the .NET framework."],["There are multiple versions available for the `DeleteTopicRequest` class, from version 2.3.0 to the latest version 3.23.0."],["The primary property of `DeleteTopicRequest` is `Topic`, which is a string that represents the name of the topic to be deleted, and `TopicAsTopicName`, which is the topic name in a specialized format."],["`DeleteTopicRequest` class includes two constructors, one default and one that accepts another `DeleteTopicRequest` object for copying."]]],[]]