File tree 2 files changed +8
-7
lines changed
packages/google-cloud-gaming
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3
3
"product_documentation" : " https://cloud.google.com/game-servers/" ,
4
4
"name" : " game-servers" ,
5
5
"requires_billing" : true ,
6
- "release_level" : " ga " ,
6
+ "release_level" : " stable " ,
7
7
"language" : " nodejs" ,
8
8
"api_id" : " gameservices.googleapis.com" ,
9
9
"distribution_name" : " @google-cloud/game-servers" ,
10
10
"repo" : " googleapis/nodejs-game-servers" ,
11
11
"issue_tracker" : " " ,
12
12
"name_pretty" : " Google Cloud Game Servers" ,
13
- "default_version" : " v1"
13
+ "default_version" : " v1" ,
14
+ "api_shortname" : " gameservices" ,
15
+ "library_type" : " GAPIC_AUTO"
14
16
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google Cloud Game Servers: Node.js Client] ( https://github.com/googleapis/nodejs-game-servers )
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/game-servers.svg )] ( https://www.npmjs.org/package/@google-cloud/game-servers )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-game-servers/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-game-servers )
10
10
@@ -158,18 +158,17 @@ _Legacy Node.js versions are supported as a best effort:_
158
158
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
159
159
160
160
161
- This library is considered to be ** General Availability (GA) ** . This means it
162
- is stable; the code surface will not change in backwards-incompatible ways
161
+
162
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
163
163
unless absolutely necessary (e.g. because of critical security issues) or with
164
- an extensive deprecation period. Issues and requests against ** GA ** libraries
164
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
165
165
are addressed with the highest priority.
166
166
167
167
168
168
169
169
170
170
171
171
172
-
173
172
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
174
173
175
174
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments