Skip to content

Commit bcf7f64

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#144)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 3138fc6 commit bcf7f64

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"codeowner_team": "@googleapis/api-bigquery",
1212
"name_pretty": "Google BigQuery Connection",
1313
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-connection/latest",
14-
"release_level": "ga"
14+
"release_level": "stable",
15+
"api_shortname": "bigqueryconnection",
16+
"library_type": "GAPIC_AUTO"
1517
}

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

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

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

1010

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

124124

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

131131

132132

133133

134134

135135

136-
137136
More Information: [Google Cloud Platform Launch Stages][launch_stages]
138137

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

0 commit comments

Comments
 (0)