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
  • Loading branch information
parthea authored Oct 18, 2021
1 parent 8935515 commit 8c1294c
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/google-cloud-videointelligence/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "videointelligence",
"name_pretty": "Cloud Video Intelligence",
"product_documentation": "https://cloud.google.com/video-intelligence/docs/",
"client_documentation": "https://googleapis.dev/python/videointelligence/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5084810",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-videointelligence",
"distribution_name": "google-cloud-videointelligence",
"api_id": "videointelligence.googleapis.com",
"requires_billing": true
}
"name": "videointelligence",
"name_pretty": "Cloud Video Intelligence",
"product_documentation": "https://cloud.google.com/video-intelligence/docs/",
"client_documentation": "https://googleapis.dev/python/videointelligence/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5084810",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-videointelligence",
"distribution_name": "google-cloud-videointelligence",
"api_id": "videointelligence.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 8c1294c

Please sign in to comment.