Class: Google::Pubsub::V1::DeleteTopicRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::DeleteTopicRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the +DeleteTopic+ method.
Instance Attribute Summary collapse
-
#topic ⇒ String
Name of the topic to delete.
Instance Attribute Details
#topic ⇒ String
Returns Name of the topic to delete. Format is +projects/project/topics/#topic+.
157 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 157 class DeleteTopicRequest; end |