File tree 2 files changed +8
-7
lines changed
packages/google-cloud-iot
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3
3
"api_id" : " cloudiot.googleapis.com" ,
4
4
"codeowner_team" : " @googleapis/api-iot" ,
5
5
"distribution_name" : " @google-cloud/iot" ,
6
- "release_level" : " ga " ,
6
+ "release_level" : " stable " ,
7
7
"language" : " nodejs" ,
8
8
"name_pretty" : " Google Cloud Internet of Things (IoT) Core" ,
9
9
"repo" : " googleapis/nodejs-iot" ,
10
10
"product_documentation" : " https://cloud.google.com/iot" ,
11
11
"requires_billing" : true ,
12
12
"name" : " iot" ,
13
- "default_version" : " v1"
13
+ "default_version" : " v1" ,
14
+ "api_shortname" : " cloudiot" ,
15
+ "library_type" : " GAPIC_AUTO"
14
16
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google Cloud Internet of Things (IoT) Core: Node.js Client] ( https://github.com/googleapis/nodejs-iot )
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
+ [ ![ 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/iot.svg )] ( https://www.npmjs.org/package/@google-cloud/iot )
9
9
10
10
@@ -116,18 +116,17 @@ _Legacy Node.js versions are supported as a best effort:_
116
116
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
117
117
118
118
119
- This library is considered to be ** General Availability (GA) ** . This means it
120
- is stable; the code surface will not change in backwards-incompatible ways
119
+
120
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
121
121
unless absolutely necessary (e.g. because of critical security issues) or with
122
- an extensive deprecation period. Issues and requests against ** GA ** libraries
122
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
123
123
are addressed with the highest priority.
124
124
125
125
126
126
127
127
128
128
129
129
130
-
131
130
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
132
131
133
132
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments