Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 8bebdfc

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#183)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent 0a40ab0 commit 8bebdfc

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.repo-metadata.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "cloudtasks",
3-
"name_pretty": "Cloud Tasks",
4-
"product_documentation": "https://cloud.google.com/tasks/docs/",
5-
"client_documentation": "https://googleapis.dev/python/cloudtasks/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/5433985",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"repo": "googleapis/python-tasks",
11-
"distribution_name": "google-cloud-tasks",
12-
"api_id": "cloudtasks.googleapis.com",
13-
"requires_billing": true
14-
}
2+
"name": "cloudtasks",
3+
"name_pretty": "Cloud Tasks",
4+
"product_documentation": "https://cloud.google.com/tasks/docs/",
5+
"client_documentation": "https://googleapis.dev/python/cloudtasks/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5433985",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-tasks",
11+
"distribution_name": "google-cloud-tasks",
12+
"api_id": "cloudtasks.googleapis.com",
13+
"requires_billing": true,
14+
"default_version": "v2",
15+
"codeowner_team": ""
16+
}

0 commit comments

Comments
 (0)