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
…210)

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

* update default_version
  • Loading branch information
parthea authored Oct 21, 2021
1 parent 6c0d2d7 commit fc31fa3
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions packages/google-cloud-language/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "language",
"name_pretty": "Natural Language",
"product_documentation": "https://cloud.google.com/natural-language/docs/",
"client_documentation": "https://googleapis.dev/python/language/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559753",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-language",
"distribution_name": "google-cloud-language",
"api_id": "language.googleapis.com",
"requires_billing": true
"name": "language",
"name_pretty": "Natural Language",
"product_documentation": "https://cloud.google.com/natural-language/docs/",
"client_documentation": "https://googleapis.dev/python/language/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559753",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-language",
"distribution_name": "google-cloud-language",
"api_id": "language.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit fc31fa3

Please sign in to comment.