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

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

* set v1 as the default version
  • Loading branch information
parthea authored Oct 4, 2021
1 parent fd72735 commit 6600789
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions packages/google-cloud-access-approval/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval",
"client_documentation": "https://googleapis.dev/python/accessapproval/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-access-approval",
"distribution_name": "google-cloud-access-approval",
"api_id": "accessapproval.googleapis.com"
"name": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval",
"client_documentation": "https://googleapis.dev/python/accessapproval/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-access-approval",
"distribution_name": "google-cloud-access-approval",
"api_id": "accessapproval.googleapis.com",
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 6600789

Please sign in to comment.