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, which is used to delete a specified topic."],["The page details various versions of the API, ranging from 2.3.0 to the latest 3.23.0, allowing access to the documentation for older and newer versions of the API class."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and its properties include `Topic` (the topic's name) and `TopicAsTopicName` (a typed view of the resource name)."],["There are two constructors available for the class, one empty and the other accepting another `DeleteTopicRequest` as a parameter."]]],[]]