Class Google::Cloud::PubSub::V1::DeleteSubscriptionRequest (v0.6.2)

Request for the DeleteSubscription method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#subscription

def subscription() -> ::String
Returns
  • (::String) — Required. The subscription to delete. Format is projects/{project}/subscriptions/{sub}.

#subscription=

def subscription=(value) -> ::String
Parameter
  • value (::String) — Required. The subscription to delete. Format is projects/{project}/subscriptions/{sub}.
Returns
  • (::String) — Required. The subscription to delete. Format is projects/{project}/subscriptions/{sub}.