Skip to content

Commit c5c57c9

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#127)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent 9b0846e commit c5c57c9

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "webrisk",
3-
"name_pretty": "Web Risk",
4-
"product_documentation": "https://cloud.google.com/web-risk/docs/",
5-
"client_documentation": "https://googleapis.dev/python/webrisk/latest",
6-
"issue_tracker": "",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"repo": "googleapis/python-webrisk",
11-
"distribution_name": "google-cloud-webrisk",
12-
"api_id": "webrisk.googleapis.com",
13-
"requires_billing": true
14-
}
2+
"name": "webrisk",
3+
"name_pretty": "Web Risk",
4+
"product_documentation": "https://cloud.google.com/web-risk/docs/",
5+
"client_documentation": "https://googleapis.dev/python/webrisk/latest",
6+
"issue_tracker": "",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-webrisk",
11+
"distribution_name": "google-cloud-webrisk",
12+
"api_id": "webrisk.googleapis.com",
13+
"requires_billing": true,
14+
"default_version": "v1",
15+
"codeowner_team": ""
16+
}

0 commit comments

Comments
 (0)