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

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

* update default_version
  • Loading branch information
parthea committed Oct 5, 2021
1 parent 91b9fa5 commit 9ddf5e1
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .repo-metadata.json
@@ -1,14 +1,16 @@
{
"name": "websecurityscanner",
"name_pretty": "Cloud Security Scanner",
"product_documentation": "https://cloud.google.com/security-scanner/docs/",
"client_documentation": "https://googleapis.dev/python/websecurityscanner/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559748",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-websecurityscanner",
"distribution_name": "google-cloud-websecurityscanner",
"api_id": "websecurityscanner.googleapis.com",
"requires_billing": true
}
"name": "websecurityscanner",
"name_pretty": "Cloud Security Scanner",
"product_documentation": "https://cloud.google.com/security-scanner/docs/",
"client_documentation": "https://googleapis.dev/python/websecurityscanner/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559748",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-websecurityscanner",
"distribution_name": "google-cloud-websecurityscanner",
"api_id": "websecurityscanner.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 9ddf5e1

Please sign in to comment.