From 1e423b86cd6e79e33c56ebc59bca61a5310b0da3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 30 Dec 2021 12:19:27 -0500 Subject: [PATCH] chore: add api_shortname and library_type to repo metadata (#76) --- packages/google-cloud-orgpolicy/.repo-metadata.json | 6 ++++-- packages/google-cloud-orgpolicy/README.md | 7 ++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-orgpolicy/.repo-metadata.json b/packages/google-cloud-orgpolicy/.repo-metadata.json index 8a761e434b5..d3077b2705d 100644 --- a/packages/google-cloud-orgpolicy/.repo-metadata.json +++ b/packages/google-cloud-orgpolicy/.repo-metadata.json @@ -5,10 +5,12 @@ "repo": "googleapis/nodejs-org-policy", "default_version": "v2", "name_pretty": "Organization Policy", - "release_level": "GA", + "release_level": "stable", "distribution_name": "@google-cloud/org-policy", "name": "org-policy", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/org-policy/latest", "api_id": "orgpolicy.googleapis.com", - "issue_tracker": "https://github.com/googleapis/nodejs-org-policy/issues" + "issue_tracker": "https://github.com/googleapis/nodejs-org-policy/issues", + "api_shortname": "orgpolicy", + "library_type": "GAPIC_AUTO" } diff --git a/packages/google-cloud-orgpolicy/README.md b/packages/google-cloud-orgpolicy/README.md index 0575dce5a68..3dbff60e6a3 100644 --- a/packages/google-cloud-orgpolicy/README.md +++ b/packages/google-cloud-orgpolicy/README.md @@ -4,7 +4,7 @@ # [Organization Policy: Node.js Client](https://github.com/googleapis/nodejs-org-policy) -[![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/org-policy.svg)](https://www.npmjs.org/package/@google-cloud/org-policy) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-org-policy/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-org-policy) @@ -124,6 +124,11 @@ This library follows [Semantic Versioning](http://semver.org/). +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 **stable** libraries +are addressed with the highest priority. +