Skip to content

Commit 36711ef

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#233)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 171dfdc commit 36711ef

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/google-cloud-bigquery-storage/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"distribution_name": "@google-cloud/bigquery-storage",
3-
"release_level": "ga",
3+
"release_level": "stable",
44
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage",
55
"repo": "googleapis/nodejs-bigquery-storage",
66
"default_version": "v1",
@@ -11,5 +11,7 @@
1111
"name": "bigquerystorage",
1212
"name_pretty": "Google BigQuery Storage",
1313
"api_id": "bigquerystorage.googleapis.com",
14-
"codeowner_team": "@googleapis/api-bigquery"
14+
"codeowner_team": "@googleapis/api-bigquery",
15+
"api_shortname": "bigquerystorage",
16+
"library_type": "GAPIC_AUTO"
1517
}

packages/google-cloud-bigquery-storage/README.md

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

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

1010

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

220220

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

227227

228228

229229

230230

231231

232-
233232
More Information: [Google Cloud Platform Launch Stages][launch_stages]
234233

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

0 commit comments

Comments
 (0)