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