Skip to content

Commit 3368a80

Browse files
authored
chore: enable librarian "generation" for gapic-generator (googleapis#16728)
1 parent 5cb4a89 commit 3368a80

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ libraries:
9292
issue_tracker_override: https://issuetracker.google.com/issues?q=componentid:190851%2B%20status:open
9393
- name: gapic-generator
9494
version: 1.30.14
95-
skip_generate: true
9695
python:
9796
library_type: CORE
9897
name_pretty_override: Google API Client Generator for Python
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"name": "gapic-generator",
3-
"name_pretty": "Google API Client Generator for Python",
42
"client_documentation": "https://gapic-generator-python.readthedocs.io/en/stable/",
5-
"product_documentation": "",
3+
"distribution_name": "gapic-generator",
64
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
7-
"release_level": "stable",
85
"language": "python",
96
"library_type": "CORE",
10-
"repo": "googleapis/google-cloud-python",
11-
"distribution_name": "gapic-generator",
12-
"default_version": "",
13-
"codeowner_team": "@googleapis/cloud-sdk-python-team"
14-
}
7+
"name": "gapic-generator",
8+
"name_pretty": "Google API Client Generator for Python",
9+
"release_level": "stable",
10+
"repo": "googleapis/google-cloud-python"
11+
}

0 commit comments

Comments
 (0)