Skip to content

Commit 5d495e2

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#585)
1 parent 96861cc commit 5d495e2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/asset/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559757",
7-
"release_level": "ga",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-asset",
1010
"distribution_name": "@google-cloud/asset",
1111
"api_id": "cloudasset.googleapis.com",
1212
"requires_billing": true,
1313
"default_version": "v1",
14-
"codeowner_team": "@googleapis/cloud-asset-team"
14+
"codeowner_team": "@googleapis/cloud-asset-team",
15+
"api_shortname": "asset",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-cloud-asset/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

@@ -142,18 +142,17 @@ _Legacy Node.js versions are supported as a best effort:_
142142
This library follows [Semantic Versioning](http://semver.org/).
143143
144144
145-
This library is considered to be **General Availability (GA)**. This means it
146-
is stable; the code surface will not change in backwards-incompatible ways
145+
146+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
147147
unless absolutely necessary (e.g. because of critical security issues) or with
148-
an extensive deprecation period. Issues and requests against **GA** libraries
148+
an extensive deprecation period. Issues and requests against **stable** libraries
149149
are addressed with the highest priority.
150150
151151
152152
153153
154154
155155
156-
157156
More Information: [Google Cloud Platform Launch Stages][launch_stages]
158157
159158
[launch_stages]: https://cloud.google.com/terms/launch-stages

0 commit comments

Comments
 (0)