Hi Ignasi, Thanks for your reply.
I understand there will be complications on 1.7.3 version and we need to try with latest version only. But the problem for me is, our product is built on 1.7.3 and we already have support for 6 clouds, Now If I'm going for update jcloud version so many APIs will break as we are using some apis which has been deprecated or remove from Jclouds. We are planning to do upgrade very soon. For now to include GCE in our current setup is there any workaround we can do? I tried the same with the compute operation but getting the below issue for version 1.7.3. Any suggestion? Caused by: com.google.common.util.concurrent.ExecutionError: com.google.common.util.concurrent.ExecutionError: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: org.jclouds.crypto.Pems.privateKeySpec(Lcom/google/common/io/ByteSource;)Ljava/security/spec/KeySpec; at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197) at com.google.common.cache.LocalCache.get(LocalCache.java:3932) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3936) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4806) Regards, Subhadip ------------------------------------------------------------------------------------------------------------------- On Tue, Aug 11, 2015 at 1:45 AM, Ignasi Barrera <n...@apache.org> wrote: > Hi Subhadip, > > The Google providers have changed considerably since 1.7, so I'd > suggest you to upgrade to the latest 1.9.1 version if possible (IIRC > Google Cloud Storage support was introduced in 1.8.1). > > In any case, the example you're looking at is for the Load Balancer > API. To see examples of the Compute and BlobStore abstractions, the > common interface for all supported providers, you should have a look > at: > https://github.com/jclouds/jclouds-examples/tree/master/compute-basics > https://github.com/jclouds/jclouds-examples/tree/master/blobstore-basics > > HTH! > > I. > > On 10 August 2015 at 21:11, Subhadip Bagui <i.ba...@gmail.com> wrote: > > Hi, > > > > Trying to understand the Jclouds support for google cloud compute and > > storage APIs. I have taken the sample project google-lb from > > > https://github.com/jclouds/jclouds-examples/tree/master/google-lb/src/main/java/org/jclouds/examples/google/lb > > and the same is working fine with compute service. > > > > But our current project is on jclouds version 1.7.3 Please let me know if > > the google compute engine api support is there for the version 1.7.3 > > > > Is there any place I can find the API document which I can follow for > > google compute and storage operations? > > > > Regards, > > Subhadip > > > ------------------------------------------------------------------------------------------------------------------- >