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."],[[["This page provides reference documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `DeleteTopicRequest` class is used to construct requests for the `DeleteTopic` method, allowing for the deletion of a specified topic."],["The latest available version of the documentation is 3.23.0, and the page provides access to all versions back to 2.3.0, including the current version being 3.11.0."],["Key properties of the `DeleteTopicRequest` class include `Topic`, a string that represents the name of the topic to be deleted, and `TopicAsTopicName`, a view over the Topic resource name."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object` with its relevant methods."]]],[]]