Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ applications that interact with individual Google Cloud services:
| [Device Streaming API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-devicestreaming) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/devicestreaming)](https://npm.im/@google-cloud/devicestreaming) |
| [Financial Services API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-financialservices) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/financialservices)](https://npm.im/@google-cloud/financialservices) |
| [GDC Hardware Management API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-gdchardwaremanagement) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/gdchardwaremanagement)](https://npm.im/@google-cloud/gdchardwaremanagement) |
| [Gemini Enterprise for Customer Experience API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-ces) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/ces)](https://npm.im/@google-cloud/ces) |
| [Generative Language API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-ai-generativelanguage) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-ai/generativelanguage)](https://npm.im/@google-ai/generativelanguage) |
| [GKE Connect Gateway](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-gkeconnect-gateway) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/gke-connect-gateway)](https://npm.im/@google-cloud/gke-connect-gateway) |
| [GKE Recommender API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-gkerecommender) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/gkerecommender)](https://npm.im/@google-cloud/gkerecommender) |
Expand Down Expand Up @@ -227,6 +228,8 @@ applications that interact with individual Google Cloud services:
| [Solar API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-solar) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@googlemaps/solar)](https://npm.im/@googlemaps/solar) |
| [Storage Batch Operations API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-storagebatchoperations) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/storagebatchoperations)](https://npm.im/@google-cloud/storagebatchoperations) |
| [Vector Search API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-vectorsearch) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/vectorsearch)](https://npm.im/@google-cloud/vectorsearch) |
| [Vision AI API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-visionai) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/visionai)](https://npm.im/@google-cloud/visionai) |
| [Workload Manager API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-workloadmanager) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/workloadmanager)](https://npm.im/@google-cloud/workloadmanager) |


If the service is not listed above, [google-api-nodejs-client](https://github.com/googleapis/google-api-nodejs-client) interfaces
Expand Down
54 changes: 54 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3229,6 +3229,24 @@
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-gdchardwaremanagement",
"support_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/getting-support"
},
{
"name": "ces",
"name_pretty": "Gemini Enterprise for Customer Experience API",
"product_documentation": "https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/ces/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/ces",
"api_id": "ces.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "ces",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-ces",
"support_documentation": "https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/docs/getting-support"
},
{
"name": "generativelanguage",
"name_pretty": "Generative Language API",
Expand Down Expand Up @@ -3948,5 +3966,41 @@
"api_shortname": "vectorsearch",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-vectorsearch",
"support_documentation": "https://docs.cloud.google.com/vertex-ai/docs/getting-support"
},
{
"name": "visionai",
"name_pretty": "Vision AI API",
"product_documentation": "https://cloud.google.com/vision-ai/docs",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/visionai/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/visionai",
"api_id": "visionai.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "visionai",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-visionai",
"support_documentation": "https://cloud.google.com/vision-ai/docs/getting-support"
},
{
"name": "workloadmanager",
"name_pretty": "Workload Manager API",
"product_documentation": "https://docs.cloud.google.com/workload-manager/docs",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/workloadmanager/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/workloadmanager",
"api_id": "workloadmanager.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "workloadmanager",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-workloadmanager",
"support_documentation": "https://docs.cloud.google.com/workload-manager/docs/getting-support"
}
]