Skip to content

Commit 80cb25a

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#672)
1 parent bc718b6 commit 80cb25a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-privacy-dlp/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/dlp/latest",
33
"api_id": "dlp.googleapis.com",
44
"distribution_name": "@google-cloud/dlp",
5-
"release_level": "ga",
5+
"release_level": "stable",
66
"default_version": "v2",
77
"language": "nodejs",
88
"name_pretty": "Cloud Data Loss Prevention",
99
"repo": "googleapis/nodejs-dlp",
1010
"product_documentation": "https://cloud.google.com/dlp/docs/",
1111
"requires_billing": true,
1212
"name": "dlp",
13-
"issue_tracker": "https://issuetracker.google.com/savedsearches/5548083"
13+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5548083",
14+
"api_shortname": "dlp",
15+
"library_type": "GAPIC_COMBO"
1416
}

packages/google-privacy-dlp/README.md

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

55
# [Cloud Data Loss Prevention: Node.js Client](https://github.com/googleapis/nodejs-dlp)
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/dlp.svg)](https://www.npmjs.org/package/@google-cloud/dlp)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dlp/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dlp)
1010

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

189189

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

196196

197197

198198

199199

200200

201-
202201
More Information: [Google Cloud Platform Launch Stages][launch_stages]
203202

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

0 commit comments

Comments
 (0)