Skip to content

Commit cd9f909

Browse files
fix client docs url and regenerate README (#9)
* fix client docs url and regenerate README * bump version to update README on npm
1 parent dd4d348 commit cd9f909

File tree

5 files changed

+25
-17
lines changed

5 files changed

+25
-17
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"requiresKeyFile": true,
33
"requiresProjectId": true,
4-
"product": "datatransfer",
5-
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/",
6-
"release_quality": "alpha"
4+
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/",
5+
"release_quality": "alpha",
6+
"_product": "bigquery_data_transfer",
7+
"id": "bigquery_data_transfer",
8+
"name": "Google BigQuery Data Transfer Service",
9+
"short_name": "BigQuery Data Transfer Service",
10+
"docs_url": "https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/",
11+
"description": "The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.",
12+
"api_id": "bigquerydatatransfer.googleapis.com"
713
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Alexander Fenster <[email protected]> Alexander Fenster <[email protected]>
2+
Ethan Bao <[email protected]> ethanbao <[email protected]>

packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# Names are formatted as:
44
# name <email>
55
#
6+
Alexander Fenster <[email protected]>
67
Ethan Bao <[email protected]>
7-
ethanbao <cbao@google.com>
8+
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
22

3-
# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/GoogleCloudPlatform/google-cloud-node)
4-
5-
[![Greenkeeper badge](https://badges.greenkeeper.io/googleapis/nodejs-bigquery-data-transfer.svg)](https://greenkeeper.io/)
3+
# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/googleapis/nodejs-bigquery-data-transfer)
64

75
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
8-
[![CircleCI](https://img.shields.io/circleci/project/github/GoogleCloudPlatform/google-cloud-node.svg?style=flat)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-node)
9-
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/GoogleCloudPlatform/google-cloud-node?branch=master&svg=true)](https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-node)
10-
[![codecov](https://img.shields.io/codecov/c/github/GoogleCloudPlatform/google-cloud-node/master.svg?style=flat)](https://codecov.io/gh/GoogleCloudPlatform/google-cloud-node)
6+
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-bigquery-data-transfer.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-bigquery-data-transfer)
7+
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-bigquery-data-transfer?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-bigquery-data-transfer)
8+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-data-transfer/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-data-transfer)
119

1210
> Node.js idiomatic client for [BigQuery Data Transfer Service][product-docs].
1311
14-
The [BigQuery Data Transfer Service](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.
12+
The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.
1513

1614

1715
* [BigQuery Data Transfer Service Node.js Client API Reference][client-docs]
18-
* [github.com/GoogleCloudPlatform/google-cloud-node](https://github.com/GoogleCloudPlatform/google-cloud-node)
16+
* [github.com/googleapis/nodejs-bigquery-data-transfer](https://github.com/googleapis/nodejs-bigquery-data-transfer)
1917
* [BigQuery Data Transfer Service Documentation][product-docs]
2018

2119
Read more about the client libraries for Cloud APIs, including the older
@@ -80,14 +78,14 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
8078

8179
## Contributing
8280

83-
Contributions welcome! See the [Contributing Guide](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/.github/CONTRIBUTING.md).
81+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/.github/CONTRIBUTING.md).
8482

8583
## License
8684

8785
Apache Version 2.0
8886

89-
See [LICENSE](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/LICENSE)
87+
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/LICENSE)
9088

91-
[client-docs]: https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/
89+
[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/
9290
[product-docs]: https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/
9391
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png

packages/google-cloud-bigquery-datatransfer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/bigquery-data-transfer",
33
"description": "BigQuery Data Transfer API client for Node.js",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {
@@ -29,8 +29,9 @@
2929
"BigQuery Data Transfer API"
3030
],
3131
"contributors": [
32+
"Alexander Fenster <[email protected]>",
3233
"Ethan Bao <[email protected]>",
33-
"ethanbao <cbao@google.com>"
34+
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>"
3435
],
3536
"scripts": {
3637
"test": "repo-tools test run --cmd npm -- run cover",

0 commit comments

Comments
 (0)