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 .NET development."],["The content lists various versions of the `DeleteTopicRequest` class, ranging from version 2.3.0 up to the latest version 3.23.0."],["The `DeleteTopicRequest` class is a request object used for the `DeleteTopic` method, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties like `Topic` and `TopicAsTopicName`, with the `Topic` property being a required string representing the topic's name in a specific format."],["The documentation also includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]