> +      return builder().fromProviderMetadata(this);
> +   }
> +
> +   public GoogleComputeEngineProviderMetadata() {
> +      super(builder());
> +   }
> +
> +   public GoogleComputeEngineProviderMetadata(Builder builder) {
> +      super(builder);
> +   }
> +
> +   /** Known location of zones. This metadata only decorates what the 
> RegionApi returns. */
> +   private static final Map<String, String> ZONE_TO_ISO3166_CODES = 
> ImmutableMap.<String, String>builder() //
> +         .put("asia-east1-a", "TW") //
> +         .put("asia-east1-b", "SG") //
> +         //.put("asia-east1-c", "??")

done

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/82/files#r19966650

Reply via email to