Class: Google::Pubsub::V1::DeleteTopicRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Request for the +DeleteTopic+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#topicString

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

Returns:

  • (String)

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



197
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 197

class DeleteTopicRequest; end