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 page provides reference documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The content details the various versions of the `DeleteTopicRequest` class, from version 2.3.0 up to the latest version 3.23.0."],["`DeleteTopicRequest` is a class that inherits from the `object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage requests for the deletion of a topic."],["The class has two properties, `Topic` and `TopicAsTopicName`, that are used to set and manage the topic that should be deleted with the proper format."],["There are two constructor options available to create a `DeleteTopicRequest`, an empty one or one with a `DeleteTopicRequest` as parameter."]]],[]]