Skip to content

Commit fca4b87

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#418)
1 parent cb6b30b commit fca4b87

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"default_version": "v1",
3-
"release_level": "ga",
3+
"release_level": "stable",
44
"requires_billing": false,
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/scheduler/latest",
66
"codeowner_team": "@googleapis/serverless-team",
@@ -11,5 +11,7 @@
1111
"distribution_name": "@google-cloud/scheduler",
1212
"name_pretty": "Google Cloud Scheduler",
1313
"api_id": "cloudscheduler.googleapis.com",
14-
"repo": "googleapis/nodejs-scheduler"
14+
"repo": "googleapis/nodejs-scheduler",
15+
"api_shortname": "cloudscheduler",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-cloud-scheduler/README.md

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

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

1010

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

137137

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

144144

145145

146146

147147

148148

149-
150149
More Information: [Google Cloud Platform Launch Stages][launch_stages]
151150

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

0 commit comments

Comments
 (0)