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

public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class GetTopicRequest.

Request for GetTopic.

Inheritance

object > GetTopicRequest

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Constructors

GetTopicRequest()

public GetTopicRequest()

GetTopicRequest(GetTopicRequest)

public GetTopicRequest(GetTopicRequest other)
Parameter
Name Description
other GetTopicRequest

Properties

Name

public string Name { get; set; }

Required. The name of the topic whose configuration to return. Structured like: 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