Skip to content

Commit

Permalink
chore: add default_version and codeowner_team to .repo-metadata.json (#…
Browse files Browse the repository at this point in the history
…230)

* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version and codeowner_team
  • Loading branch information
parthea authored Oct 4, 2021
1 parent 46273d0 commit 40782e0
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/google-cloud-bigquery-datatransfer/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "bigquerydatatransfer",
"name_pretty": "Google BigQuery Data Transfer Service",
"product_documentation": "https://cloud.google.com/bigquery/transfer/",
"client_documentation": "https://googleapis.dev/python/bigquerydatatransfer/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-bigquery-datatransfer",
"distribution_name": "google-cloud-bigquery-datatransfer",
"api_id": "bigquerydatatransfer.googleapis.com",
"requires_billing": true
}
"name": "bigquerydatatransfer",
"name_pretty": "Google BigQuery Data Transfer Service",
"product_documentation": "https://cloud.google.com/bigquery/transfer/",
"client_documentation": "https://googleapis.dev/python/bigquerydatatransfer/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-bigquery-datatransfer",
"distribution_name": "google-cloud-bigquery-datatransfer",
"api_id": "bigquerydatatransfer.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": "@googleapis/api-bigquery"
}

0 comments on commit 40782e0

Please sign in to comment.