Skip to content

Commit

Permalink
docs: update the list of available APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Mar 6, 2025
1 parent 65730ff commit 788a2c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ applications that interact with individual Google Cloud services:
| [Parameter Manager API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-parametermanager) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/parametermanager)](https://npm.im/@google-cloud/parametermanager) |
| [Phishing Protection](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/phishing-protection)](https://npm.im/@google-cloud/phishing-protection) |
| [Places API (New)](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-places) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@googlemaps/places)](https://npm.im/@googlemaps/places) |
| [Places Insights API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-areainsights) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@googlemaps/areainsights)](https://npm.im/@googlemaps/areainsights) |
| [Policy Troubleshooter API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-policytroubleshooter-iam) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/policy-troubleshooter-iam)](https://npm.im/@google-cloud/policy-troubleshooter-iam) |
| [Private Catalog](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-privatecatalog) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/private-catalog)](https://npm.im/@google-cloud/private-catalog) |
| [Privileged Access Manager API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-privilegedaccessmanager) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/privilegedaccessmanager)](https://npm.im/@google-cloud/privilegedaccessmanager) |
Expand Down
18 changes: 18 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3533,6 +3533,24 @@
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-places",
"support_documentation": "https://developers.google.com/maps/documentation/places/web-service/docs/getting-support"
},
{
"name": "area-insights",
"name_pretty": "Places Insights API",
"product_documentation": "https://developers.google.com/maps/documentation/places-insights",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/area-insights/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@googlemaps/areainsights",
"api_id": "areainsights.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "area-insights",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-areainsights",
"support_documentation": "https://developers.google.com/maps/documentation/places-insights/docs/getting-support"
},
{
"name": "iam",
"name_pretty": "Policy Troubleshooter API",
Expand Down

0 comments on commit 788a2c6

Please sign in to comment.