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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ applications that interact with individual Google Cloud services:
| [Media Translation](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-mediatranslation) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/media-translation)](https://npm.im/@google-cloud/media-translation) |
| [Memorystore](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-memorystore) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/memorystore)](https://npm.im/@google-cloud/memorystore) |
| [Memorystore for Redis](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-redis-cluster) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/redis-cluster)](https://npm.im/@google-cloud/redis-cluster) |
| [Merchant](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-shopping-merchant-loyaltycustomers) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-shopping/loyaltycustomers)](https://npm.im/@google-shopping/loyaltycustomers) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Please update the display name to Merchant Loyalty Customers to accurately reflect that this package is specifically for the Loyalty Customers sub-API, and to prevent confusion with other Merchant API packages. Since this README is auto-generated, please do not edit it manually; apply the fixes upstream in the generator or templates.

References
  1. Do not manually edit auto-generated files to fix typos or make other changes, as these edits will be overwritten during the next regeneration. Instead, apply the fixes upstream in the generator or templates.

| [Model Armor](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-modelarmor) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/modelarmor)](https://npm.im/@google-cloud/modelarmor) |
| [Navigation Connect](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-navconnect) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/navconnect)](https://npm.im/@google-cloud/navconnect) |
| [NetApp](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-netapp) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/netapp)](https://npm.im/@google-cloud/netapp) |
Expand Down
18 changes: 18 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,24 @@
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-redis-cluster",
"support_documentation": "https://cloud.google.com/memorystore/docs/getting-support"
},
{
"api_description": "Programmatically manage your Merchant Center Accounts.",
"api_id": "merchantapi.googleapis.com",
"api_shortname": "merchantapi",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/merchantapi/latest",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The client documentation URL should point to the reference docs for the specific package @google-shopping/loyaltycustomers (usually under the package name without scope, i.e., loyaltycustomers), rather than the generic merchantapi which may not exist or may be too broad. Please do not manually edit this generated client configuration file; any changes or updates must be made upstream in the generator.

References
  1. Do not manually edit generated client configuration JSON files. Any changes or updates must be made upstream in the generator.

"default_version": "v1",
"distribution_name": "@google-shopping/loyaltycustomers",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "merchantapi",
"name_pretty": "Merchant",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using Merchant as the pretty name is too generic because the Merchant API consists of multiple sub-packages (e.g., Accounts, Inventories, Products, Loyalty Customers). To avoid naming conflicts and confusion in the generated list, please use a more specific name like Merchant Loyalty Customers. Note that this file is a generated client configuration, so please do not edit it manually; make this change upstream in the generator.

References
  1. Do not manually edit generated client configuration JSON files. Any changes or updates must be made upstream in the generator.

"product_documentation": "https://developers.google.com/merchant/api",
"release_level": "preview",
"repo": "googleapis/google-cloud-node",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-shopping-merchant-loyaltycustomers",
"support_documentation": "https://developers.google.com/merchant/api/docs/getting-support"
},
{
"api_description": "Model Armor helps you protect against risks like prompt injection, harmful\ncontent, and data leakage in generative AI applications by letting you\ndefine policies that filter user prompts and model responses.",
"api_id": "modelarmor.googleapis.com",
Expand Down
Loading