Class Google::Cloud::PubSub::V1::DeleteTopicRequest (v0.7.1)

Request for the DeleteTopic method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#topic

def topic() -> ::String
Returns
  • (::String) — Required. Name of the topic to delete. Format is projects/{project}/topics/{topic}.

#topic=

def topic=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the topic to delete. Format is projects/{project}/topics/{topic}.
Returns
  • (::String) — Required. Name of the topic to delete. Format is projects/{project}/topics/{topic}.