Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 54fdc3c

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#1201)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 2de9115 commit 54fdc3c

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.repo-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"product_documentation": "https://cloud.google.com/logging/docs",
44
"name": "logging",
55
"codeowner_team": "@googleapis/api-logging",
6-
"release_level": "ga",
6+
"release_level": "stable",
77
"language": "nodejs",
88
"api_id": "logging.googleapis.com",
99
"distribution_name": "@google-cloud/logging",
1010
"repo": "googleapis/nodejs-logging",
1111
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
1212
"name_pretty": "Cloud Logging",
13-
"default_version": "v2"
13+
"default_version": "v2",
14+
"api_shortname": "logging",
15+
"library_type": "GAPIC_COMBO"
1416
}

README.md

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

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

1010

@@ -206,18 +206,17 @@ _Legacy Node.js versions are supported as a best effort:_
206206
This library follows [Semantic Versioning](http://semver.org/).
207207
208208
209-
This library is considered to be **General Availability (GA)**. This means it
210-
is stable; the code surface will not change in backwards-incompatible ways
209+
210+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
211211
unless absolutely necessary (e.g. because of critical security issues) or with
212-
an extensive deprecation period. Issues and requests against **GA** libraries
212+
an extensive deprecation period. Issues and requests against **stable** libraries
213213
are addressed with the highest priority.
214214
215215
216216
217217
218218
219219
220-
221220
More Information: [Google Cloud Platform Launch Stages][launch_stages]
222221
223222
[launch_stages]: https://cloud.google.com/terms/launch-stages

0 commit comments

Comments
 (0)