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 documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The content includes a detailed list of available versions of `DeleteTopicRequest`, ranging from the latest version 3.23.0 down to version 2.3.0."],["The `DeleteTopicRequest` class, which is used to define the request for deleting a topic, implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a copy constructor, and it also has two properties for defining the topic name: `Topic` and `TopicAsTopicName`."],["The full `DeleteTopicRequest` class documentation can be found in the `Google.Cloud.PubSub.V1` namespace, within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]