public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
Request for the GetTopic method.
Implements
IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
GetTopicRequest()
public GetTopicRequest()
GetTopicRequest(GetTopicRequest)
public GetTopicRequest(GetTopicRequest other)
Parameter | |
---|---|
Name | Description |
other | GetTopicRequest |
Properties
Topic
public string Topic { get; set; }
Required. The name of the topic to get.
Format is projects/{project}/topics/{topic}
.
Property Value | |
---|---|
Type | Description |
String |
TopicAsTopicName
public TopicName TopicAsTopicName { get; set; }
Property Value | |
---|---|
Type | Description |
TopicName |