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.
Implements
IMessageGetTopicRequest, IEquatableGetTopicRequest, IDeepCloneableGetTopicRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
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; }
Property Value | |
---|---|
Type | Description |
TopicName |