Laurent Picard
Laurent Picard
Hi @vam-google, @parthea, - I've set up the dev environment in a VM and made a few positive tests to update/generate classes. I should be able to go on and...
Hi, I thought the library was auto-generated from protobufs. Please confirm that it's not and I'll make a PR.
@atulep @vam-google - Thanks for the explanation & pointer - I made the tentative [PR#1431](https://github.com/googleapis/gapic-generator-python/pull/1431)
Hi @willedwards, - The command is: ``` curl https://start.spring.io/starter.tgz \ -d packaging=war \ -d dependencies=cloud-gcp \ -d type=maven-project \ -d baseDir=datastore-example \ -d bootVersion=3.0.5 | tar -xzvf - ``` -...