Reference documentation and code samples for the Cloud PubSub V1 Client class DeleteSubscriptionRequest.
Request for the DeleteSubscription method.
Generated from protobuf message google.pubsub.v1.DeleteSubscriptionRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subscription
string
Required. The subscription to delete. Format is projects/{project}/subscriptions/{sub}
.
getSubscription
Required. The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
.
string
setSubscription
Required. The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
.
var
string
$this
static::build
subscription
string
Required. The subscription to delete.
Format is projects/{project}/subscriptions/{sub}
. Please see Google\Cloud\PubSub\V1\SubscriberClient::subscriptionName()
for help formatting this field.