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.
Request for DeleteTopic.
Implements
IMessageDeleteTopicRequest, IEquatableDeleteTopicRequest, IDeepCloneableDeleteTopicRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
DeleteTopicRequest()
public DeleteTopicRequest()
DeleteTopicRequest(DeleteTopicRequest)
public DeleteTopicRequest(DeleteTopicRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteTopicRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the topic to delete.
projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
.
Property Value | |
---|---|
Type | Description |
string |
TopicName
public TopicName TopicName { get; set; }
Property Value | |
---|---|
Type | Description |
TopicName |