Skip to content

Commit 10943fe

Browse files
partheagcf-owl-bot[bot]bcoe
authored
chore: add api_shortname and library_type to repo metadata (#531)
* chore: update .repo-metadata.json * chore: update library_type in repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 8558ed3 commit 10943fe

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"api_id": "cloudiot.googleapis.com",
44
"codeowner_team": "@googleapis/api-iot",
55
"distribution_name": "@google-cloud/iot",
6-
"release_level": "ga",
6+
"release_level": "stable",
77
"language": "nodejs",
88
"name_pretty": "Google Cloud Internet of Things (IoT) Core",
99
"repo": "googleapis/nodejs-iot",
1010
"product_documentation": "https://cloud.google.com/iot",
1111
"requires_billing": true,
1212
"name": "iot",
13-
"default_version": "v1"
13+
"default_version": "v1",
14+
"api_shortname": "cloudiot",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-iot/README.md

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

55
# [Google Cloud Internet of Things (IoT) Core: Node.js Client](https://github.com/googleapis/nodejs-iot)
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/iot.svg)](https://www.npmjs.org/package/@google-cloud/iot)
99

1010

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

118118

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

125125

126126

127127

128128

129129

130-
131130
More Information: [Google Cloud Platform Launch Stages][launch_stages]
132131

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

0 commit comments

Comments
 (0)