Skip to content
This repository has been archived by the owner on Sep 20, 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
…221)

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

* update default_version and codeowner_team
  • Loading branch information
parthea committed Oct 5, 2021
1 parent eab533b commit 8b4a092
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .repo-metadata.json
@@ -1,14 +1,16 @@
{
"name": "documentai",
"name_pretty": "Cloud Document Understanding API",
"product_documentation": "https://cloud.google.com/document-understanding/docs/",
"client_documentation": "https://googleapis.dev/python/documentai/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-documentai",
"distribution_name": "google-cloud-documentai",
"api_id": "documentai.googleapis.com",
"requires_billing": true
}
"name": "documentai",
"name_pretty": "Cloud Document Understanding API",
"product_documentation": "https://cloud.google.com/document-understanding/docs/",
"client_documentation": "https://googleapis.dev/python/documentai/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-documentai",
"distribution_name": "google-cloud-documentai",
"api_id": "documentai.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": "@googleapis/ml-apis"
}

0 comments on commit 8b4a092

Please sign in to comment.