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

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

* update default_version
  • Loading branch information
parthea committed Oct 5, 2021
1 parent d6e4e2b commit 36911fd
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "redis",
"name_pretty": "Cloud Redis",
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
"client_documentation": "https://googleapis.dev/python/redis/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-redis",
"distribution_name": "google-cloud-redis",
"api_id": "redis.googleapis.com",
"requires_billing": true
}
"name": "redis",
"name_pretty": "Cloud Redis",
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
"client_documentation": "https://googleapis.dev/python/redis/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-redis",
"distribution_name": "google-cloud-redis",
"api_id": "redis.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 36911fd

Please sign in to comment.