8000 chore: add default_version and codeowner_team to .repo-metadata.json by parthea · Pull Request #228 · googleapis/python-monitoring · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .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