Cloud Pub/Sub v1 API - Class GetTopicRequest (3.12.0)

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.

Inheritance

object > GetTopicRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

GetTopicRequest()

public GetTopicRequest()

GetTopicRequest(GetTopicRequest)

public GetTopicRequest(GetTopicRequest other)
Parameter
NameDescription
otherGetTopicRequest

Properties

Topic

public string Topic { get; set; }

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

Property Value
TypeDescription
string

TopicAsTopicName

public TopicName TopicAsTopicName { get; set; }

TopicName-typed view over the Topic resource name property.

Property Value
TypeDescription
TopicName