File tree 2 files changed +8
-7
lines changed
packages/google-privacy-dlp
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/dlp/latest" ,
3
3
"api_id" : " dlp.googleapis.com" ,
4
4
"distribution_name" : " @google-cloud/dlp" ,
5
- "release_level" : " ga " ,
5
+ "release_level" : " stable " ,
6
6
"default_version" : " v2" ,
7
7
"language" : " nodejs" ,
8
8
"name_pretty" : " Cloud Data Loss Prevention" ,
9
9
"repo" : " googleapis/nodejs-dlp" ,
10
10
"product_documentation" : " https://cloud.google.com/dlp/docs/" ,
11
11
"requires_billing" : true ,
12
12
"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"
14
16
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Cloud Data Loss Prevention: Node.js Client] ( https://github.com/googleapis/nodejs-dlp )
6
6
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
+
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/dlp.svg )] ( https://www.npmjs.org/package/@google-cloud/dlp )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-dlp/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-dlp )
10
10
@@ -187,18 +187,17 @@ _Legacy Node.js versions are supported as a best effort:_
187
187
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
188
188
189
189
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
192
192
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
194
194
are addressed with the highest priority.
195
195
196
196
197
197
198
198
199
199
200
200
201
-
202
201
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
203
202
204
203
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments