Class DeleteTopicRequest (2.3.0)

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

Request for the DeleteTopic method.

Inheritance

System.Object > DeleteTopicRequest

Implements

Google.Protobuf.IMessage<DeleteTopicRequest>, System.IEquatable<DeleteTopicRequest>, Google.Protobuf.IDeepCloneable<DeleteTopicRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

DeleteTopicRequest()

public DeleteTopicRequest()

DeleteTopicRequest(DeleteTopicRequest)

public DeleteTopicRequest(DeleteTopicRequest other)
Parameter
NameDescription
otherDeleteTopicRequest

Properties

Topic

public string Topic { get; set; }

Required. Name of the topic to delete. Format is projects/{project}/topics/{topic}.

Property Value
TypeDescription
System.String

TopicAsTopicName

public TopicName TopicAsTopicName { get; set; }

TopicName-typed view over the Topic resource name property.

Property Value
TypeDescription
TopicName