gax-nodejs
gax-nodejs copied to clipboard
Google API Extensions for Node.js
`JWTAccess` clients not used with pubsub The following snippet constructs a jwtaccess token client and then tries to apply that as an `authClient` to pubsub ```javascript const {GoogleAuth, JWTAccess, OAuth2Client}...
Note: #1403 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 064e131ba7371e6d994e3d73790fa5e1fd09189a buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ca26f3b4-912e-4bee-b52b-af548d4c3cd6), [Sponge](http://sponge2/ca26f3b4-912e-4bee-b52b-af548d4c3cd6) status:...
Yes, see the PR here: https://github.com/googleapis/google-cloud-node/pull/3849 Google cloud translate api does not honour the request timeout in the patched request code. - OS: ubuntu - Node.js version: 18 - npm...
Per our discussion in chat and today's meeting In the README, we link to http://googleapis.github.io/gax-nodejs/index.html as the docs but this is out of date. I found https://googleapis.dev/nodejs/google-gax/latest/index.html, but I believe...
This branch will be used for changes required to make this package work with `protobuf-es` library. This is work in progress.
Hi, our security tools are complaining about jsdoc; so, I am trying to eliminate our transitive dependency on jsdoc. ``` $ npm ls --omit=dev jsdoc └─┬ @google-cloud/[email protected] └─┬ [email protected] └─┬...
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** Currently this library does not integrate into other...
1) Is this a client library issue or a product issue? This is an issue that occurs with a specific version (3.5.8) of google-gax. 2) Did someone already solve this?...
When using gax-fallback we would like support for passing credentials via `options.sslCreds`. These ssl creds will be used by the fallback instead of initializing the auth client ([as done in...
https://github.com/googleapis/nodejs-pubsub/blob/76db007f270a646e8570768fa827ea2a97b62cbc/protos/protos.d.ts#L441 `IPubsubMessage.data` type seems to be `Buffer` and it is typed as `UInt8Array|string`.