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 available for the `DeleteTopicRequest` class in the Google Cloud Pub/Sub v1 API is 3.23.0, while the current version being documented is 3.6.0."],["The `DeleteTopicRequest` class is used to construct requests for the `DeleteTopic` method in the Cloud Pub/Sub v1 API and has multiple previous version releases that are accessible."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities, indicating its role in a data exchange context."],["The `DeleteTopicRequest` class contains two properties, `Topic` and `TopicAsTopicName`, where `Topic` takes a string representing the name of the topic to delete and `TopicAsTopicName` provides a typed view of the `Topic` resource name."],["This page documents the inheritance, constructors, properties, and related information of the `DeleteTopicRequest` class, including the namespace and assembly."]]],[]]