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

Commit 4971166

Browse files
authored
chore: add api_shortname to repo-metadata.json (#226)
Update .repo-metadata.json as required by go/library-data-integrity Fixes #231
1 parent 6038e0c commit 4971166

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.repo-metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"product_documentation": "https://cloud.google.com/iot",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/cloudiot/latest",
66
"issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:310170",
7-
"release_level": "ga",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-iot",
1111
"distribution_name": "google-cloud-iot",
1212
"api_id": "cloudiot.googleapis.com",
1313
"requires_billing": true,
1414
"default_version": "v1",
15-
"codeowner_team": "@googleapis/api-iot"
15+
"codeowner_team": "@googleapis/api-iot",
16+
"api_shortname": "cloudiot"
1617
}

0 commit comments

Comments
 (0)