Managed Service for Apache Kafka API v1 API - Class DeleteTopicRequest (1.0.0-beta01)

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.

Inheritance

object > DeleteTopicRequest

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

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; }

TopicName-typed view over the Name resource name property.

Property Value
Type Description
TopicName