Skip to content
This repository has been archived by the owner on Sep 5, 2023. 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
…206)

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

* update default_version
  • Loading branch information
parthea committed Oct 7, 2021
1 parent 8d247d4 commit fa54a4d
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,13 +1,15 @@
{
"name": "secretmanager",
"name_pretty": "Cloud Secret Manager",
"product_documentation": "https://cloud.google.com/secret-manager/",
"client_documentation": "https://googleapis.dev/python/secretmanager/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-secret-manager",
"distribution_name": "google-cloud-secret-manager",
"api_id": "secretmanager.googleapis.com"
}
"name": "secretmanager",
"name_pretty": "Cloud Secret Manager",
"product_documentation": "https://cloud.google.com/secret-manager/",
"client_documentation": "https://googleapis.dev/python/secretmanager/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-secret-manager",
"distribution_name": "google-cloud-secret-manager",
"api_id": "secretmanager.googleapis.com",
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit fa54a4d

Please sign in to comment.