This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix client docs url and regenerate README (#9)
* fix client docs url and regenerate README * bump version to update README on npm
- Loading branch information
1 parent
5254288
commit 156337c
Showing
6 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
{ | ||
"requiresKeyFile": true, | ||
"requiresProjectId": true, | ||
"product": "datatransfer", | ||
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/", | ||
"release_quality": "alpha" | ||
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/", | ||
"release_quality": "alpha", | ||
"_product": "bigquery_data_transfer", | ||
"id": "bigquery_data_transfer", | ||
"name": "Google BigQuery Data Transfer Service", | ||
"short_name": "BigQuery Data Transfer Service", | ||
"docs_url": "https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jmdobry
Contributor
|
||
"description": "The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.", | ||
"api_id": "bigquerydatatransfer.googleapis.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Alexander Fenster <fenster@google.com> Alexander Fenster <github@fenster.name> | ||
Ethan Bao <cbao@google.com> ethanbao <cbao@google.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We actually need to update nodejs-repo-tools for this to work.