Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ libraries:
library_type: INTEGRATION
- name: gapic-generator
version: 1.30.14
skip_generate: true
python:
library_type: CORE
skip_readme_copy: true
Expand Down
1 change: 0 additions & 1 deletion packages/gapic-generator/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"language": "python",
"library_type": "CORE",
"name": "gapic-generator",
"name_pretty": "Google API Client Generator for Python",
"release_level": "stable",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
"release_level": "stable",
"name_pretty": "Google API Client Generator for Python",
"release_level": "stable",

"repo": "googleapis/google-cloud-python"
}
Loading