From 59da796c23c8a107d14edc37815b427680c8397c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 12 Nov 2021 11:38:25 -0500 Subject: [PATCH] chore: add default_version and codeowner_team to .repo-metadata.json --- .repo-metadata.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 5f4bae89..bfeff1a1 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,13 +1,15 @@ { - "name": "datastore", - "name_pretty": "Google Cloud Datastore", - "product_documentation": "https://cloud.google.com/datastore", - "client_documentation": "https://googleapis.dev/python/datastore/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559768", - "release_level": "ga", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/python-datastore", - "distribution_name": "google-cloud-datastore", - "api_id": "datastore.googleapis.com" -} \ No newline at end of file + "name": "datastore", + "name_pretty": "Google Cloud Datastore", + "product_documentation": "https://cloud.google.com/datastore", + "client_documentation": "https://googleapis.dev/python/datastore/latest", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559768", + "release_level": "ga", + "language": "python", + "library_type": "GAPIC_COMBO", + "repo": "googleapis/python-datastore", + "distribution_name": "google-cloud-datastore", + "api_id": "datastore.googleapis.com", + "default_version": "v1", + "codeowner_team": "@googleapis/firestore-dpe" +}