public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
Request for the DeleteTopic
method.
Inheritance
System.Object > DeleteTopicRequestImplements
Google.Protobuf.IMessage<DeleteTopicRequest>, System.IEquatable<DeleteTopicRequest>, Google.Protobuf.IDeepCloneable<DeleteTopicRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
DeleteTopicRequest()
public DeleteTopicRequest()
DeleteTopicRequest(DeleteTopicRequest)
public DeleteTopicRequest(DeleteTopicRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteTopicRequest |
Properties
Topic
public string Topic { get; set; }
Required. Name of the topic to delete.
Format is projects/{project}/topics/{topic}
.
Property Value | |
---|---|
Type | Description |
System.String |
TopicAsTopicName
public TopicName TopicAsTopicName { get; set; }
Property Value | |
---|---|
Type | Description |
TopicName |