Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

chore: add api_shortname to repo-metadata.json #315

Merged
merged 3 commits into from
Jan 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"product_documentation": "https://cloud.google.com/dataproc",
"client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
"release_level": "ga",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dataproc",
"distribution_name": "google-cloud-dataproc",
"api_id": "dataproc.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/api-dataproc",
"default_version": "v1"
"default_version": "v1",
"api_shortname": "dataproc"
}