From f5a319b8a74e10d6522766a90435ca5b335cb7fc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 12:31:13 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#338) --- .../google-cloud-recaptchaenterprise/.repo-metadata.json | 6 ++++-- packages/google-cloud-recaptchaenterprise/README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-recaptchaenterprise/.repo-metadata.json b/packages/google-cloud-recaptchaenterprise/.repo-metadata.json index 20c1f6c861b..ba318eb8991 100644 --- a/packages/google-cloud-recaptchaenterprise/.repo-metadata.json +++ b/packages/google-cloud-recaptchaenterprise/.repo-metadata.json @@ -2,7 +2,7 @@ "client_documentation": "https://cloud.google.com/nodejs/docs/reference/recaptcha-enterprise/latest", "api_id": "recaptchaenterprise.googleapis.com", "distribution_name": "@google-cloud/recaptcha-enterprise", - "release_level": "ga", + "release_level": "stable", "default_version": "v1", "language": "nodejs", "name_pretty": "Google Cloud reCAPTCHA Enterprise", @@ -10,5 +10,7 @@ "product_documentation": "https://cloud.google.com/recaptcha-enterprise/docs/", "requires_billing": true, "name": "recaptcha-enterprise", - "issue_tracker": "" + "issue_tracker": "https://github.com/googleapis/nodejs-recaptcha-enterprise/issues", + "api_shortname": "recaptchaenterprise", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-recaptchaenterprise/README.md b/packages/google-cloud-recaptchaenterprise/README.md index 74832dd6fb0..2a894cfa7ee 100644 --- a/packages/google-cloud-recaptchaenterprise/README.md +++ b/packages/google-cloud-recaptchaenterprise/README.md @@ -4,7 +4,7 @@ # [Google Cloud reCAPTCHA Enterprise: Node.js Client](https://github.com/googleapis/nodejs-recaptcha-enterprise) -[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) + [![npm version](https://img.shields.io/npm/v/@google-cloud/recaptcha-enterprise.svg)](https://www.npmjs.org/package/@google-cloud/recaptcha-enterprise) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-recaptcha-enterprise/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-recaptcha-enterprise) @@ -126,10 +126,10 @@ _Legacy Node.js versions are supported as a best effort:_ This library follows [Semantic Versioning](http://semver.org/). -This library is considered to be **General Availability (GA)**. This means it -is stable; the code surface will not change in backwards-incompatible ways + +This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with -an extensive deprecation period. Issues and requests against **GA** libraries +an extensive deprecation period. Issues and requests against **stable** libraries are addressed with the highest priority. @@ -137,7 +137,6 @@ are addressed with the highest priority. - More Information: [Google Cloud Platform Launch Stages][launch_stages] [launch_stages]: https://cloud.google.com/terms/launch-stages