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 webpage provides reference documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["This class is designed to be used as a request in the `DeleteTopic` method, allowing users to delete a specific topic from their projects."],["The documentation lists various versions of the API, ranging from 2.3.0 to the latest 3.23.0, where the current version being referenced on the page is 3.14.0."],["`DeleteTopicRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteTopicRequest` has properties `Topic` (string), and `TopicAsTopicName` (TopicName), which is a typed view over the Topic resource name property."]]],[]]