class Google::Cloud::Storage::Service

def get_notification bucket_name, notification_id, user_project: nil, options: {}

Retrieves a Pub/Sub notification subscription for a bucket.
#
def get_notification bucket_name, notification_id, user_project: nil, options: {}
  execute do
    service.get_notification bucket_name, notification_id,
                             user_project: user_project(user_project),
                             options: options
  end
end