hhansalesforce

Results 3 comments of hhansalesforce

the feature should be added here -- com.google.api.services.compute.model.Instance

Thanks for looking into. Can you confirm the maven setup for accessing the import class? Here is what I have now which doesn't have the import available for me ```...

@chingor13 Thank for following up. I think another dependency issue I am getting following error: ``` java.lang.NoSuchMethodError: com.google.api.client.http.HttpRequest.setResponseReturnRawInputStream(Z)Lcom/google/api/client/http/HttpRequest; java.lang.IllegalStateException: java.lang.NoSuchMethodError: com.google.api.client.http.HttpRequest.setResponseReturnRawInputStream(Z)Lcom/google/api/client/http/HttpRequest; at net.sfdc.ci.suava.util.RetryPolicyMethodInterceptor$1.call(RetryPolicyMethodInterceptor.java:68) at net.sfdc.ci.suava.util.AbstractRetryableCallable.call(AbstractRetryableCallable.java:71) at net.sfdc.ci.suava.util.RetryableCallable.call(RetryableCallable.java:169) at net.sfdc.ci.suava.util.RetryPolicyMethodInterceptor.invoke(RetryPolicyMethodInterceptor.java:73) at...