>  
>     @Override public <R extends HttpRequest> R bindToRequest(R request, 
> Map<String, Object> postParams) {
>        DiskCreationOptions options = (DiskCreationOptions) 
> postParams.get("options");
> -      String name = postParams.get("name").toString();
> -      int sizeGb = (Integer) postParams.get("sizeGb");
> -      DiskCreationBinderHelper diskCreationOptionsExtended = new 
> DiskCreationBinderHelper(name, sizeGb, options);
> -      return super.bindToRequest(request, diskCreationOptionsExtended);
> +      Writer out = new StringWriter();

@zack-shoylev @jdaggett @everett-toews just in case you need to do something 
like this some day..

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

Reply via email to