Skip to content

Commit 4e6b134

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#290)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 813db16 commit 4e6b134

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-devtools-cloudbuild/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5226584",
77
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/cloudbuild/latest",
88
"language": "nodejs",
9-
"release_level": "ga",
9+
"release_level": "stable",
1010
"product_documentation": "https://cloud.google.com/cloud-build/docs/",
1111
"default_version": "v1",
1212
"name_pretty": "Cloud Build",
1313
"distribution_name": "@google-cloud/cloudbuild",
14-
"api_id": "cloudbuild.googleapis.com"
14+
"api_id": "cloudbuild.googleapis.com",
15+
"api_shortname": "cloudbuild",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-devtools-cloudbuild/README.md

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

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

1010

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

146146

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

153153

154154

155155

156156

157157

158-
159158
More Information: [Google Cloud Platform Launch Stages][launch_stages]
160159

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

0 commit comments

Comments
 (0)