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."],[[["This page provides reference documentation for the `DeleteTopicRequest` class within the Managed Service for Apache Kafka API v1, specifically version 1.0.0-beta03."],["`DeleteTopicRequest` is used to initiate the deletion of a topic, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another accepting another `DeleteTopicRequest` object, along with properties such as `Name` (a string) and `TopicName` (a `TopicName` type)."],["The `Name` property is required, and is the name of the topic to be deleted in the format `projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}`."],["The `TopicName` property is a typed view of the `Name` property, providing a `TopicName` type over the resource name."]]],[]]