Skip to content

Commit 3a8f8b6

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#655)
1 parent fdf9c9f commit 3a8f8b6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"codeowner_team": "@googleapis/ml-apis",
1212
"name_pretty": "Google Cloud Video Intelligence",
1313
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest",
14-
"release_level": "ga"
14+
"release_level": "stable",
15+
"api_shortname": "videointelligence",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-cloud-videointelligence/README.md

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

55
# [Google Cloud Video Intelligence: Node.js Client](https://github.com/googleapis/nodejs-video-intelligence)
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+
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/video-intelligence.svg)](https://www.npmjs.org/package/@google-cloud/video-intelligence)
99

1010

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

161161

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

168168

169169

170170

171171

172172

173-
174173
More Information: [Google Cloud Platform Launch Stages][launch_stages]
175174

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

0 commit comments

Comments
 (0)