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 documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["It lists various versions of the API, ranging from the latest 3.23.0 down to 2.3.0, each with a link to its respective `DeleteTopicRequest` documentation."],["The `DeleteTopicRequest` class is used to construct requests for deleting a topic within Google Cloud Pub/Sub, it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Topic`, which is a required field representing the name of the topic to delete, and `TopicAsTopicName` which is the TopicName-typed view over the Topic resource."],["The document lists two constructors for the class `DeleteTopicRequest` to create an instance of the class, one with no parameter and another which accepts another `DeleteTopicRequest` as the parameter."]]],[]]