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 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, from 2.3.0 up to the latest 3.23.0, which have different documentation links."],["The `DeleteTopicRequest` class is used for requests to delete a topic in Pub/Sub and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteTopicRequest` class are `Topic`, which is a string representing the topic name, and `TopicAsTopicName`, which offers a type-safe view of the topic name."],["There are two constructors provided for creating a `DeleteTopicRequest` instance, one parameterless, and one that takes another `DeleteTopicRequest` as a parameter."]]],[]]