Skip to content

Commit 2ccaa79

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#33)
1 parent b2dea19 commit 2ccaa79

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"product_documentation": "https://cloud.google.com/filestore/",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/filestore/latest",
66
"issue_tracker": "https://github.com/googleapis/nodejs-filestore/issues",
7-
"release_level": "ga",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-filestore",
1010
"distribution_name": "@google-cloud/filestore",
1111
"api_id": "file.googleapis.com",
1212
"default_version": "v1",
13-
"requires_billing": true
13+
"requires_billing": true,
14+
"api_shortname": "filestore",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-filestore/README.md

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

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

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

121121

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

128128

129129

130130

131131

132132

133-
134133
More Information: [Google Cloud Platform Launch Stages][launch_stages]
135134

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

0 commit comments

Comments
 (0)