You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Clarification addendum: the vision proto file does not define the default host; the host is currently defined in the gapic yaml. Changing this is outside the scope of the gapic generator but will be addressed via proto annotation.
The gapic stub factory function does need a variant with a 'host' parameter for other reasons. This is in the scope of the generator and is the target of the aforementioned inbound fix.
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.
The text was updated successfully, but these errors were encountered: