Skip to content

Commit 9e38891

Browse files
authored
chore: enable generation for gapic-generator (#16879)
This PR re-enables generation for `gapic-generator` which was temporarily skipped due to #16863 This PR was created using ``` export V=v0.11.0 go run github.com/googleapis/librarian/tool/cmd/builddockerimages@${V} --version ${V} --language python docker run -u $(id -u):$(id -g) -v .:/repo -v ~/.cache:/.cache -w /repo docker.io/library/librarian-python:${V} generate -v gapic-generator ```
1 parent 3de2ff5 commit 9e38891

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ libraries:
7373
library_type: INTEGRATION
7474
- name: gapic-generator
7575
version: 1.30.14
76-
skip_generate: true
7776
python:
7877
library_type: CORE
7978
skip_readme_copy: true

packages/gapic-generator/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"language": "python",
55
"library_type": "CORE",
66
"name": "gapic-generator",
7-
"name_pretty": "Google API Client Generator for Python",
87
"release_level": "stable",
98
"repo": "googleapis/google-cloud-python"
109
}

0 commit comments

Comments
 (0)