Skip to content

Commit fac544f

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#122)
1 parent 79f3bb2 commit fac544f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/retail/latest",
33
"api_id": "retail.googleapis.com",
44
"distribution_name": "@google-cloud/retail",
5-
"release_level": "ga",
5+
"release_level": "stable",
66
"default_version": "v2beta",
77
"language": "nodejs",
88
"name_pretty": "Retail API",
99
"repo": "googleapis/nodejs-retail",
1010
"product_documentation": "https://cloud.google.com/recommendations/",
1111
"requires_billing": true,
1212
"name": "retail",
13-
"issue_tracker": "https://github.com/googleapis/nodejs-retail/issues"
13+
"issue_tracker": "https://github.com/googleapis/nodejs-retail/issues",
14+
"api_shortname": "retail",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-retail/README.md

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

55
# [Retail API: Node.js Client](https://github.com/googleapis/nodejs-retail)
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/retail.svg)](https://www.npmjs.org/package/@google-cloud/retail)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-retail/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-retail)
1010

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

122122

123-
This library is considered to be **General Availability (GA)**. This means it
124-
is stable; the code surface will not change in backwards-incompatible ways
123+
124+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
125125
unless absolutely necessary (e.g. because of critical security issues) or with
126-
an extensive deprecation period. Issues and requests against **GA** libraries
126+
an extensive deprecation period. Issues and requests against **stable** libraries
127127
are addressed with the highest priority.
128128

129129

130130

131131

132132

133133

134-
135134
More Information: [Google Cloud Platform Launch Stages][launch_stages]
136135

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

0 commit comments

Comments
 (0)