DeleteSubscriptionRequest
class DeleteSubscriptionRequest extends Message
Request for the DeleteSubscription method.
Protobuf type Google\Pubsub\V1\DeleteSubscriptionRequest
Methods
__construct()
No description
string
getSubscription()
The subscription to delete.
setSubscription(string $var)
The subscription to delete.
Details
at line 26
__construct()
at line 38
string
getSubscription()
The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
.
Generated from protobuf field string subscription = 1;
at line 50
setSubscription(string $var)
The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
.
Generated from protobuf field string subscription = 1;