public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessageRequest for the GetTopic method.
Implements
Google.Protobuf.IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, Google.Protobuf.IDeepCloneable<GetTopicRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
|