Skip to content

Commit 8695d47

Browse files
partheasofisl
authored andcommitted
chore: add api_shortname and library_type to repo metadata (#510)
Update .repo-metadata.json as required by go/library-data-integrity
1 parent 2bd2988 commit 8695d47

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"default_version": "v1",
3-
"release_level": "ga",
3+
"release_level": "stable",
44
"requires_billing": true,
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest",
66
"codeowner_team": "@googleapis/api-bigquery",
@@ -11,5 +11,7 @@
1111
"distribution_name": "@google-cloud/bigquery-data-transfer",
1212
"name_pretty": "Google BigQuery Data Transfer Service",
1313
"api_id": "bigquerydatatransfer.googleapis.com",
14-
"repo": "googleapis/nodejs-bigquery-data-transfer"
14+
"repo": "googleapis/nodejs-bigquery-data-transfer",
15+
"api_shortname": "bigquerydatatransfer",
16+
"library_type": "GAPIC_AUTO"
1517
}

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

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

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

1010

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

138138

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

145145

146146

147147

148148

149149

150-
151150
More Information: [Google Cloud Platform Launch Stages][launch_stages]
152151

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

0 commit comments

Comments
 (0)