nodejs-docs-samples
nodejs-docs-samples copied to clipboard
Node.js samples for Google Cloud Platform products.
## In which file did you encounter the issue? All test under `game-servers/snippets/test/` ## Did you change the file? If so, how? Adding `.skip` for now to till resolution of...
Thanks for stopping by to let us know something could be better! Please include as much information as possible: ## In which file did you encounter the issue? Read: https://cloud.google.com/security-command-center/docs/how-to-notifications...
Some samples include versions written TypeScript. The main `README.md` should have some instructions for running these samples.
On [this page](https://cloud.google.com/run/docs/deploying-source-code), users are invited to use gcr.io. These instructions should be updated to use Artifact Registry
This sample is missing a test: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/speech/infiniteStreaming.js The initial PR from years ago had no such requirement, which is no longer the case now.
A test was skipped because the service is returning positive for a value that should be neutral. This issue is a reminder to remove the skip when the issue is...
Is there any existing documentation or reference around how to connect to Cloud SQL instances from App Engine or Cloud Run using IAM authentication ? I think a connector library...
Test failure in tabular regression test: ``` 1) AI platform create training pipeline tabular regression should create a new tabular regression training pipeline: Error: Command failed: node ./create-training-pipeline-tabular-regression.js ... NOT_FOUND:...
See: https://github.com/googleapis/google-cloud-node/issues/4195
There are no tests in the recaptcha_enterprise project. There should be at least minimal coverage, say of `createAssessment.js` to safely upgrade dependencies.