google-cloud-node icon indicating copy to clipboard operation
google-cloud-node copied to clipboard

Google Cloud Client Library for Node.js

Results 243 google-cloud-node issues
Sort by recently updated
recently updated
newest added

#### Environment details - which product (packages/*): @google-cloud/recaptcha-enterprise 4.1.0 - OS: macOS - Node.js version: 20.9.0 - npm version: 10.0.0 - google-cloud-node version: ? #### Steps to reproduce Create Node.js...

type: question

I got an email from Google that V2 is now official. Yet in this repo everything seems to be focused on the V1 version. It seems the configuration options have...

#### Environment details - @google-cloud/talent 6.0.1 - OS: macOS Ventura 13.5.2 - Node.js version: 18 #### Steps to reproduce Consider the following snippet: ```js import { v4 } from '@google-cloud/talent'...

type: bug
priority: p2

I checked everywhere I could and see one Reddit thread on this same behavior (https://www.reddit.com/r/googlecloud/comments/16xwhzt/entities_from_gc_document_ai_always_have/) #### Environment details - which product (packages/*): Google Cloud Document AI Node.js + Typescript -...

type: bug
priority: p2

I'm using @google-cloud/compute: "4.0.1" I need my project to create a new Spot Instance, but when the task finishes, the instance should be deleted, not stopped. The problem is that,...

type: question

Hello, I have the NodeJS @google-cloud/text-to-speech library in use. Locally I have no problems generating text to audio. But when I build the application as a Docker image and run...

type: bug
priority: p2

Hi All, Currently we are using a local backend (soon porting to CloudRun), to call the retailApi and fetch results using the google-cloud/retail node implementation. It returns the ID of...

#### Environment details - which product (packages/*): @google-cloud/run - OS: osx - Node.js version: "1.0.1" - npm version: "10.1.0" - google-cloud-node version: "0.0.1-security", #### Steps to reproduce Can't connect to...

You have a problem with your .repo-metadata.json files: Result of scan 📈: * must have required property 'library_type' in packages/google-cloud-apigeeregistry/.repo-metadata.json * release_level must be equal to one of the allowed...

type: process
repo-metadata: lint

Hi All, Now, I use SearchServiceClient.search with pageSize but the result don't match with pageSize and don't return next page token Environment: Node version: v18.17.1 "@google-cloud/retail": "^3.0.0" Here's An example...

type: question