Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

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

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

* update default_version and codeowner_team
  • Loading branch information
parthea committed Oct 18, 2021
1 parent be0b01b commit e623693
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "translation",
"name_pretty": "Cloud Translation",
"product_documentation": "https://cloud.google.com/translate/docs/",
"client_documentation": "https://googleapis.dev/python/translation/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559749",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-translate",
"distribution_name": "google-cloud-translate",
"api_id": "translation.googleapis.com",
"requires_billing": true
"name": "translation",
"name_pretty": "Cloud Translation",
"product_documentation": "https://cloud.google.com/translate/docs/",
"client_documentation": "https://googleapis.dev/python/translation/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559749",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-translate",
"distribution_name": "google-cloud-translate",
"api_id": "translation.googleapis.com",
"requires_billing": true,
"default_version": "v3",
"codeowner_team": "@googleapis/cdpe-cloudai"
}

0 comments on commit e623693

Please sign in to comment.