def save
          requires :name

          data = service.insert_image(name, attributes)
          operation = Fog::Compute::Google::Operations.new(:service => service)