public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API 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-24 UTC."],[[["The `DeleteTopicRequest` class in the Managed Service for Apache Kafka API v1 is used to represent a request to delete a topic."],["It is part of the `Google.Cloud.ManagedKafka.V1` namespace within the `Google.Cloud.ManagedKafka.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within various contexts and methods."],["It includes a `Name` property (string type), which is required and represents the full resource name of the topic to be deleted, and a `TopicName` property which is a typed version over the Name."],["There are two constructors for creating a `DeleteTopicRequest` instance, one empty and one that takes another `DeleteTopicRequest` instance."]]],[]]