Class GetTopicRequest (2.4.0)

public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage

Request for the GetTopic method.

Inheritance

Object > GetTopicRequest

Implements

Google.Protobuf.IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, Google.Protobuf.IDeepCloneable<GetTopicRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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