From 89104eacadbb67de072828275f196aa901c32121 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 11:26:14 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#496) --- packages/google-cloud-oslogin/.repo-metadata.json | 6 ++++-- packages/google-cloud-oslogin/README.md | 9 ++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-oslogin/.repo-metadata.json b/packages/google-cloud-oslogin/.repo-metadata.json index aac7f6b6b43..ddff9ea8e14 100644 --- a/packages/google-cloud-oslogin/.repo-metadata.json +++ b/packages/google-cloud-oslogin/.repo-metadata.json @@ -2,7 +2,7 @@ "client_documentation": "https://cloud.google.com/nodejs/docs/reference/os-login/latest", "api_id": "oslogin.googleapis.com", "distribution_name": "@google-cloud/os-login", - "release_level": "ga", + "release_level": "stable", "default_version": "v1", "language": "nodejs", "name_pretty": "Google Cloud OS Login", @@ -10,5 +10,7 @@ "product_documentation": "https://cloud.google.com/compute/docs/oslogin/", "requires_billing": true, "name": "oslogin", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559755" + "issue_tracker": "https://issuetracker.google.com/savedsearches/559755", + "api_shortname": "oslogin", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-oslogin/README.md b/packages/google-cloud-oslogin/README.md index 5506d8c3664..27ca29f4f14 100644 --- a/packages/google-cloud-oslogin/README.md +++ b/packages/google-cloud-oslogin/README.md @@ -4,7 +4,7 @@ # [Google Cloud OS Login: Node.js Client](https://github.com/googleapis/nodejs-os-login) -[![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/os-login.svg)](https://www.npmjs.org/package/@google-cloud/os-login) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-os-login/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-os-login) @@ -114,10 +114,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. @@ -125,7 +125,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