gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Remove api-common-protos in getting started doc

Open parthea opened this issue 3 years ago • 0 comments

This getting started doc references api-common-protos which contains outdated proto files. The docs should be updated to use googleapis instead of api-common-protos.

The command should be

protoc google/cloud/vision/v1/*.proto \
    --proto_path=. \
    --python_gapic_out=/dest/

instead of

protoc google/cloud/vision/v1/*.proto \
    --proto_path=../api-common-protos/ --proto_path=. \
    --python_gapic_out=/dest/

parthea avatar May 27 '22 14:05 parthea