Class: Google::Cloud::PubSub::V1::DeleteSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::DeleteSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the DeleteSubscription method.
Instance Attribute Summary collapse
-
#subscription ⇒ ::String
Required.
Instance Attribute Details
#subscription ⇒ ::String
Returns Required. The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
.
1270 1271 1272 1273 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1270 class DeleteSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |