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 latest version available for the `Google.Cloud.PubSub.V1` API is 3.23.0, and a list of versions ranging from 3.23.0 down to 2.3.0 are documented."],["This page details the `DeleteTopicRequest` class, used within the Cloud Pub/Sub v1 API to handle requests for the `DeleteTopic` method."],["The `DeleteTopicRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTopicRequest` has two constructors, one default and another that accepts another `DeleteTopicRequest` to create a copy, with `other` as the parameter name."],["Key properties of `DeleteTopicRequest` include `Topic`, a string indicating the name of the topic to delete, and `TopicAsTopicName`, which is a `TopicName`-typed representation of the topic."]]],[]]