Class: Google::Cloud::ManagedKafka::V1::DeleteTopicRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::DeleteTopicRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Request for DeleteTopic.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the topic to delete.
projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
.
261 262 263 264 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 261 class DeleteTopicRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |