Skip to content

Commit

Permalink
use correct product name in repo tools config (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Jan 17, 2018
1 parent cd9f909 commit 8e1d11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@
"requiresProjectId": true,
"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/",
"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"
"product": "bigquerydatatransfer"
}
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datatransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

> Node.js idiomatic client for [BigQuery Data Transfer Service][product-docs].
The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.
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.


* [BigQuery Data Transfer Service Node.js Client API Reference][client-docs]
Expand Down

0 comments on commit 8e1d11c

Please sign in to comment.