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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]