gax-nodejs icon indicating copy to clipboard operation
gax-nodejs copied to clipboard

Google API Extensions for Node.js

Results 96 gax-nodejs issues
Sort by recently updated
recently updated
newest added

See: https://github.com/googleapis/gax-nodejs/pull/1547

priority: p2
type: bug

An error occurred while executing the 'customer.conversionActions.create' method. 'Channel credentials must be a ChannelCredentials object', The configuration information of my 'googleClientConfiguration' can be executed successfully in the Python version of...

priority: p2
type: bug

As described in https://github.com/node-fetch/node-fetch#custom-agent, the `keepalive` option is not enabled by default until Node.js v19, which makes HTTP requests reconnect for each request. In this PR I will add Node.js...

do not merge
size: s

When using the `monitoring.listTimeSeries` method, the default calloption specifies `autoPaginate: true`. In this mode, the call is wired up with gax in a way that its pagination code ignores response...

priority: p2
type: bug

As reported in https://github.com/googleapis/nodejs-firestore/issues/1943, `@google-cloud/firestore` used in GCF in REST mode `{preferRest: true}`, which translates to `{fallback: 'rest'}`, often results in `ECONNRESET` error. We need to investigate what might be...

type: cleanup
priority: p3

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

priority: p2
type: bug

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

priority: p2
type: bug

1) Is this a client library issue or a product issue? Yes it is a client library issue, the definition for `getIamPolicy` method in iam_services.json mentions `POST` call whether the...

priority: p2
type: bug

https://github.com/googleapis/nodejs-pubsub/blob/db1f69c4aac5b3abfea12f70d45ceb8b7c957388/src/v1/subscriber_client.ts#L2186 It seems that there is an error in `SubsriberClient.testIamPermissions` method return type. It says that the return type is `IamProtos.google.iam.v1.TestIamPermissionsResponse` but the method returns an array where the first...

type: cleanup
api: pubsub
priority: p3

The unique way we have to use a proxy for PubSub Client is to set https_proxy over env variable. This is a limit for this library because it could generate...

type: feature request
api: pubsub
priority: p3