Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent 20b11f6 commit 9921c08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-kms/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/kms/latest",
"api_id": "kms.googleapis.com",
"distribution_name": "@google-cloud/kms",
"release_level": "ga",
"release_level": "stable",
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Google Cloud Key Management Service",
Expand All @@ -11,5 +11,7 @@
"requires_billing": true,
"name": "kms",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
"codeowner_team": "@googleapis/api-kms"
"codeowner_team": "@googleapis/api-kms",
"api_shortname": "kms",
"library_type": "GAPIC_AUTO"
}
9 changes: 4 additions & 5 deletions packages/google-cloud-kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Google Cloud Key Management Service: Node.js Client](https://github.com/googleapis/nodejs-kms)

[![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/kms.svg)](https://www.npmjs.org/package/@google-cloud/kms)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-kms/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-kms)

Expand Down Expand Up @@ -164,18 +164,17 @@ _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.







More Information: [Google Cloud Platform Launch Stages][launch_stages]

[launch_stages]: https://cloud.google.com/terms/launch-stages
Expand Down

0 comments on commit 9921c08

Please sign in to comment.