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."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteTopicRequest\u003c/code\u003e class in the Managed Service for Apache Kafka API v1 is used to represent a request to delete a topic.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the \u003ccode\u003eGoogle.Cloud.ManagedKafka.V1\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.ManagedKafka.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used within various contexts and methods.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eName\u003c/code\u003e property (string type), which is required and represents the full resource name of the topic to be deleted, and a \u003ccode\u003eTopicName\u003c/code\u003e property which is a typed version over the Name.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating a \u003ccode\u003eDeleteTopicRequest\u003c/code\u003e instance, one empty and one that takes another \u003ccode\u003eDeleteTopicRequest\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]