Skip to content

Commit 79376fc

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#254)
1 parent 0a7a671 commit 79376fc

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "datastore",
3-
"name_pretty": "Google Cloud Datastore",
4-
"product_documentation": "https://cloud.google.com/datastore",
5-
"client_documentation": "https://googleapis.dev/python/datastore/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-datastore",
11-
"distribution_name": "google-cloud-datastore",
12-
"api_id": "datastore.googleapis.com"
13-
}
2+
"name": "datastore",
3+
"name_pretty": "Google Cloud Datastore",
4+
"product_documentation": "https://cloud.google.com/datastore",
5+
"client_documentation": "https://googleapis.dev/python/datastore/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-datastore",
11+
"distribution_name": "google-cloud-datastore",
12+
"api_id": "datastore.googleapis.com",
13+
"default_version": "v1",
14+
"codeowner_team": "@googleapis/firestore-dpe"
15+
}

0 commit comments

Comments
 (0)