# File lib/fog/google/models/storage/directory.rb, line 22
        def destroy
          requires :key
          service.delete_bucket(key)
          true
        rescue Excon::Errors::NotFound
          false
        end