>     public static final String COMPUTE_SCOPE = 
> "https://www.googleapis.com/auth/compute";;
>  
>     public static final String COMPUTE_READONLY_SCOPE = 
> "https://www.googleapis.com/auth/compute.readonly";;
>  
> -   public static final String STORAGE_READONLY_SCOPE = 
> "https://www.googleapis.com/auth/devstorage.read_only";;
> -
> -   public static final String STORAGE_WRITEONLY_SCOPE = 
> "https://www.googleapis.com/auth/devstorage.write_only";;
> -
> -
>     /**
>      * The total time, in msecs, to wait for an operation to complete.

reason I say that is that the cost of the network request to getOperation is 
150ms. I can't imagine we want a granularity much more fine grained than 
seconds. Moreover, this is very likely duplicating a different property already 
available.

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

Reply via email to