This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/dataplex/" ,
5
5
"client_documentation" : " https://cloud.google.com/dataplex" ,
6
6
"issue_tracker" : " https://github.com/googleapis/nodejs-dataplex/issues" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " stable " ,
8
8
"language" : " nodejs" ,
9
9
"repo" : " googleapis/nodejs-dataplex" ,
10
10
"distribution_name" : " @google-cloud/dataplex" ,
11
11
"api_id" : " dataplex.googleapis.com" ,
12
12
"default_version" : " v1" ,
13
- "requires_billing" : true
13
+ "requires_billing" : true ,
14
+ "library_type" : " GAPIC_AUTO"
14
15
}
15
-
Original file line number Diff line number Diff line change 4
4
5
5
# [ Cloud Dataplex: Node.js Client] ( https://github.com/googleapis/nodejs-dataplex )
6
6
7
- [ ![ release level] ( https://img.shields.io/badge/release%20level-beta-yellow .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
7
+ [ ![ release level] ( https://img.shields.io/badge/release%20level-stable-brightgreen .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/dataplex.svg )] ( https://www.npmjs.org/package/@google-cloud/dataplex )
9
9
10
10
@@ -122,11 +122,11 @@ This library follows [Semantic Versioning](http://semver.org/).
122
122
123
123
124
124
125
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
126
+ unless absolutely necessary (e.g. because of critical security issues) or with
127
+ an extensive deprecation period. Issues and requests against ** stable** libraries
128
+ are addressed with the highest priority.
125
129
126
- This library is considered to be in ** beta** . This means it is expected to be
127
- mostly stable while we work toward a general availability release; however,
128
- complete stability is not guaranteed. We will address issues and requests
129
- against beta libraries with a high priority.
130
130
131
131
132
132
You can’t perform that action at this time.
0 commit comments