Skip to content

Commit 33373fa

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#233)
1 parent 701fdef commit 33373fa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-cloud-gaming/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"product_documentation": "https://cloud.google.com/game-servers/",
44
"name": "game-servers",
55
"requires_billing": true,
6-
"release_level": "ga",
6+
"release_level": "stable",
77
"language": "nodejs",
88
"api_id": "gameservices.googleapis.com",
99
"distribution_name": "@google-cloud/game-servers",
1010
"repo": "googleapis/nodejs-game-servers",
1111
"issue_tracker": "",
1212
"name_pretty": "Google Cloud Game Servers",
13-
"default_version": "v1"
13+
"default_version": "v1",
14+
"api_shortname": "gameservices",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-gaming/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Google Cloud Game Servers: Node.js Client](https://github.com/googleapis/nodejs-game-servers)
66

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+
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/game-servers.svg)](https://www.npmjs.org/package/@google-cloud/game-servers)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-game-servers/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-game-servers)
1010

@@ -158,18 +158,17 @@ _Legacy Node.js versions are supported as a best effort:_
158158
This library follows [Semantic Versioning](http://semver.org/).
159159

160160

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
163163
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
165165
are addressed with the highest priority.
166166

167167

168168

169169

170170

171171

172-
173172
More Information: [Google Cloud Platform Launch Stages][launch_stages]
174173

175174
[launch_stages]: https://cloud.google.com/terms/launch-stages

0 commit comments

Comments
 (0)