public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetTopicRequest.
Request for the GetTopic method.
Implements
IMessageGetTopicRequest, IEquatableGetTopicRequest, IDeepCloneableGetTopicRequest, 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 |