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` class in the Cloud Pub/Sub v1 API is version 3.23.0."],["This webpage provides reference documentation for the `DeleteTopicRequest` class, which is used to request the deletion of a topic."],["The `DeleteTopicRequest` class is part of the `Google.Cloud.PubSub.V1` namespace and is implemented in the `Google.Cloud.PubSub.V1.dll` assembly."],["The class has properties such as `Topic`, which is the name of the topic to be deleted, and `TopicAsTopicName`, which is a `TopicName`-typed view of the `Topic`."],["The `DeleteTopicRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, offering varied functionalities."]]],[]]