Skip to content

Commit 663da98

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#360)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 28369cd commit 663da98

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-devtools-containeranalysis/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"issue_tracker": "https://issuetracker.google.com/savedsearches/559742",
55
"language": "nodejs",
66
"api_id": "containeranalysis.googleapis.com",
7-
"release_level": "ga",
7+
"release_level": "stable",
88
"name": "containeranalysis",
99
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/containeranalysis/latest",
1010
"requires_billing": true,
1111
"distribution_name": "@google-cloud/containeranalysis",
1212
"name_pretty": "Google Container Analysis",
1313
"product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis",
14-
"codeowner_team": "@googleapis/cicd"
14+
"codeowner_team": "@googleapis/cicd",
15+
"api_shortname": "containeranalysis",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-devtools-containeranalysis/README.md

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

55
# [Google Container Analysis: Node.js Client](https://github.com/googleapis/nodejs-containeranalysis)
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/containeranalysis.svg)](https://www.npmjs.org/package/@google-cloud/containeranalysis)
99

1010

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

158158

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

165165

166166

167167

168168

169169

170-
171170
More Information: [Google Cloud Platform Launch Stages][launch_stages]
172171

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

0 commit comments

Comments
 (0)