Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it possible to decode LRO response and metadata #170

Closed
alexander-fenster opened this issue Dec 12, 2019 · 0 comments · Fixed by #420
Closed

make it possible to decode LRO response and metadata #170

alexander-fenster opened this issue Dec 12, 2019 · 0 comments · Fixed by #420
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@alexander-fenster
Copy link
Contributor

This might be a combined issue in the generator and google-gax.

Users often need to get the LRO result and metadata knowing operation name, and we don't provide an API for that (it's possible but requires some manual proto decoding).

Example of this: googleapis/nodejs-speech#399

Would be great to have a good API for LRO calls that will do this. Maybe an overload for all LROs that accept an operation name. Would be great to consult other languages and see what they do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant