> +import static 
> org.jclouds.compute.config.ComputeServiceProperties.POLL_INITIAL_PERIOD;
> +import static 
> org.jclouds.compute.config.ComputeServiceProperties.POLL_MAX_PERIOD;
> +import static org.jclouds.compute.predicates.NodePredicates.inGroup;
> +import static org.jclouds.examples.google.computeengine.Constants.*;
> +
> +/**
> + * This example destroys the server created in the CreateServer example. 
> + *  
> + * @author Marek Wieczorek (based on code by Everett Toews)
> + */
> +public class DeleteServer implements Closeable {
> +   private ComputeService computeService;
> +
> +   /**
> +    * To get a service account and its private key see [TODO: write some 
> documentation on
> +    * the website and put a link to it]

Ah, thanks. Do you think there is a chance of submitting that as a PR and 
getting it merged before publishing this? Otherwise, remove for now and 
remember to update this when @mikolajz has a chance to submit the Google guide?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/47/files#r12314751

Reply via email to