The current README.md references:
import com.google.api.gax.core.ApiFuture;
I'm pretty sure (since I could not get that working and all the other libraries reference com.google.api.core.ApiFuture) that this should be changed to:
import com.google.api.core.ApiFuture;
The current README.md references:
I'm pretty sure (since I could not get that working and all the other libraries reference
com.google.api.core.ApiFuture) that this should be changed to: