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 > -------------------------------------------------------------------------------------------------------------------