class Google::Cloud::Storage::Service

def list_notifications bucket_name, user_project: nil, options: {}

Retrieves a list of Pub/Sub notification subscriptions for a bucket.
#
def list_notifications bucket_name, user_project: nil, options: {}
  execute do
    service.list_notifications bucket_name,
                               user_project: user_project(user_project),
                               options: options
  end
end