From 10943feacc97158ab425f516ca048f39304aa961 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 5 Jan 2022 07:21:24 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update .repo-metadata.json * chore: update library_type in repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Benjamin E. Coe --- packages/google-cloud-iot/.repo-metadata.json | 6 ++++-- packages/google-cloud-iot/README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-iot/.repo-metadata.json b/packages/google-cloud-iot/.repo-metadata.json index 8883ca18c84..a53e100f9c4 100644 --- a/packages/google-cloud-iot/.repo-metadata.json +++ b/packages/google-cloud-iot/.repo-metadata.json @@ -3,12 +3,14 @@ "api_id": "cloudiot.googleapis.com", "codeowner_team": "@googleapis/api-iot", "distribution_name": "@google-cloud/iot", - "release_level": "ga", + "release_level": "stable", "language": "nodejs", "name_pretty": "Google Cloud Internet of Things (IoT) Core", "repo": "googleapis/nodejs-iot", "product_documentation": "https://cloud.google.com/iot", "requires_billing": true, "name": "iot", - "default_version": "v1" + "default_version": "v1", + "api_shortname": "cloudiot", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-iot/README.md b/packages/google-cloud-iot/README.md index 6e68530d1a1..1c9b436a2c2 100644 --- a/packages/google-cloud-iot/README.md +++ b/packages/google-cloud-iot/README.md @@ -4,7 +4,7 @@ # [Google Cloud Internet of Things (IoT) Core: Node.js Client](https://github.com/googleapis/nodejs-iot) -[![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) +[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/iot.svg)](https://www.npmjs.org/package/@google-cloud/iot) @@ -116,10 +116,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. @@ -127,7 +127,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