Class: Google::Cloud::PubSub::V1::DeleteTopicRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::DeleteTopicRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the DeleteTopic
method.
Instance Attribute Summary collapse
-
#topic ⇒ ::String
Required.
Instance Attribute Details
#topic ⇒ ::String
Returns Required. Name of the topic to delete.
Format is projects/{project}/topics/{topic}
.
608 609 610 611 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 608 class DeleteTopicRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |