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-04-09 UTC."],[[["This page provides documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.21.0."],["The `DeleteTopicRequest` class is used to request the deletion of a topic in the Cloud Pub/Sub service, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Topic` (a string representing the topic name) and `TopicAsTopicName` (a `TopicName`-typed view of the topic name), and it also provides constructors for creating instances of `DeleteTopicRequest`."],["The documentation provides links to documentation of other versions of the api, from version 2.3.0 to 3.23.0."]]],[]]