Class DeleteTopicRequest (2.13.6)

DeleteTopicRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the DeleteTopic method.

Attribute

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

Inheritance

builtins.object > proto.message.Message > DeleteTopicRequest