8000 chore: add default_version and codeowner_team to .repo-metadata.json … · googleapis/python-monitoring@a470ec0 · 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.

Commit a470ec0

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#228)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent aaffc39 commit a470ec0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.repo-metadata.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "monitoring",
3-
"name_pretty": "Stackdriver Monitoring",
4-
"product_documentation": "https://cloud.google.com/monitoring/docs",
5-
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-monitoring",
11-
"distribution_name": "google-cloud-monitoring",
12-
"api_id": "monitoring.googleapis.com"
2+
"name": "monitoring",
3+
"name_pretty": "Stackdriver Monitoring",
4+
"product_documentation": "https://cloud.google.com/monitoring/docs",
5+
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-monitoring",
11+
"distribution_name": "google-cloud-monitoring",
12+
"api_id": "monitoring.googleapis.com",
13+
"default_version": "v3",
14+
"codeowner_team": ""
1315
}

0 commit comments

Comments
 (0)
0