I have created an example using the vision API here: https://github.com/michaelbausor/gapic-generator-cpp/tree/examples/examples/vision I would expect the example to succeed - instead it fails with DEADLINE_EXCEEDED. Steps to reproduce: - Checkout the example linked above (the examples branch of https://github.com/michaelbausor/gapic-generator-cpp). - cd examples/vision - bazel run :vision_gapic_helloworld Note that you will need to have the GOOGLE_APPLICATION_CREDENTIALS environment variable set.
I have created an example using the vision API here: https://github.com/michaelbausor/gapic-generator-cpp/tree/examples/examples/vision
I would expect the example to succeed - instead it fails with DEADLINE_EXCEEDED.
Steps to reproduce:
Note that you will need to have the GOOGLE_APPLICATION_CREDENTIALS environment variable set.