> @@ -129,6 +139,21 @@ public > GoogleComputeEngineServiceAdapter(GoogleComputeEngineApi api, > Hardware hardware = checkNotNull(template.getHardware(), "hardware > must be set"); > > checkNotNull(hardware.getUri(), "hardware must have a URI"); > + checkNotNull(template.getImage().getUri(), "image URI is null");
Is `template.getImage()` guaranteed non-null? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8319428
