chore: enable generation for gapic-generator#16879
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the 'skip_generate' flag for the gapic-generator in librarian.yaml and deletes the 'name_pretty' field from the .repo-metadata.json file. The reviewer suggests retaining the 'name_pretty' field to ensure the package maintains a human-readable title in documentation and discovery services.
| "library_type": "CORE", | ||
| "name": "gapic-generator", | ||
| "name_pretty": "Google API Client Generator for Python", | ||
| "release_level": "stable", |
There was a problem hiding this comment.
The name_pretty field is used to provide a human-readable title for the package in documentation and discovery services. Removing it will likely cause the package to be listed by its technical name (gapic-generator) rather than the descriptive "Google API Client Generator for Python". Unless this removal is intentional, it should be retained to maintain metadata quality and discoverability.
| "release_level": "stable", | |
| "name_pretty": "Google API Client Generator for Python", | |
| "release_level": "stable", |
This PR re-enables generation for
gapic-generatorwhich was temporarily skipped due to #16863This PR was created using