Skip to content

Commit 9921c08

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#518)
1 parent 20b11f6 commit 9921c08

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-cloud-kms/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/kms/latest",
33
"api_id": "kms.googleapis.com",
44
"distribution_name": "@google-cloud/kms",
5-
"release_level": "ga",
5+
"release_level": "stable",
66
"default_version": "v1",
77
"language": "nodejs",
88
"name_pretty": "Google Cloud Key Management Service",
@@ -11,5 +11,7 @@
1111
"requires_billing": true,
1212
"name": "kms",
1313
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
14-
"codeowner_team": "@googleapis/api-kms"
14+
"codeowner_team": "@googleapis/api-kms",
15+
"api_shortname": "kms",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-cloud-kms/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

@@ -164,18 +164,17 @@ _Legacy Node.js versions are supported as a best effort:_
164164
This library follows [Semantic Versioning](http://semver.org/).
165165

166166

167-
This library is considered to be **General Availability (GA)**. This means it
168-
is stable; the code surface will not change in backwards-incompatible ways
167+
168+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
169169
unless absolutely necessary (e.g. because of critical security issues) or with
170-
an extensive deprecation period. Issues and requests against **GA** libraries
170+
an extensive deprecation period. Issues and requests against **stable** libraries
171171
are addressed with the highest priority.
172172

173173

174174

175175

176176

177177

178-
179178
More Information: [Google Cloud Platform Launch Stages][launch_stages]
180179

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

0 commit comments

Comments
 (0)