From ed45bc9661a75f6c4fc468078b62380c806dacac Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 11:44:28 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#62) --- .../google-cloud-essentialcontacts/.repo-metadata.json | 6 ++++-- packages/google-cloud-essentialcontacts/README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-essentialcontacts/.repo-metadata.json b/packages/google-cloud-essentialcontacts/.repo-metadata.json index 55ee4b9778a..e3d0a77ed9a 100644 --- a/packages/google-cloud-essentialcontacts/.repo-metadata.json +++ b/packages/google-cloud-essentialcontacts/.repo-metadata.json @@ -3,12 +3,14 @@ "product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/", "name": "essentialcontacts", "requires_billing": true, - "release_level": "ga", + "release_level": "stable", "language": "nodejs", "api_id": "essentialcontacts.googleapis.com", "distribution_name": "@google-cloud/essential-contacts", "repo": "googleapis/nodejs-essential-contacts", "issue_tracker": "https://github.com/googleapis/nodejs-essential-contacts/issues", "name_pretty": "Essential Contacts API", - "default_version": "v1" + "default_version": "v1", + "api_shortname": "essentialcontacts", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-essentialcontacts/README.md b/packages/google-cloud-essentialcontacts/README.md index dcea91e838c..fe58d294007 100644 --- a/packages/google-cloud-essentialcontacts/README.md +++ b/packages/google-cloud-essentialcontacts/README.md @@ -4,7 +4,7 @@ # [Essential Contacts API: Node.js Client](https://github.com/googleapis/nodejs-essential-contacts) -[![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/essential-contacts.svg)](https://www.npmjs.org/package/@google-cloud/essential-contacts) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-essential-contacts/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-essential-contacts) @@ -122,10 +122,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. @@ -133,7 +133,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