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

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

* update default_version
  • Loading branch information
parthea authored Oct 5, 2021
1 parent 3bba778 commit 95c1293
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions packages/google-cloud-monitoring/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "monitoring",
"name_pretty": "Stackdriver Monitoring",
"product_documentation": "https://cloud.google.com/monitoring/docs",
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_COMBO",
"repo": "googleapis/python-monitoring",
"distribution_name": "google-cloud-monitoring",
"api_id": "monitoring.googleapis.com"
"name": "monitoring",
"name_pretty": "Stackdriver Monitoring",
"product_documentation": "https://cloud.google.com/monitoring/docs",
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_COMBO",
"repo": "googleapis/python-monitoring",
"distribution_name": "google-cloud-monitoring",
"api_id": "monitoring.googleapis.com",
"default_version": "v3",
"codeowner_team": ""
}

0 comments on commit 95c1293

Please sign in to comment.