chore: remove name_pretty_override from selected packages#16861
Merged
parthea merged 6 commits intogoogleapis:mainfrom Apr 29, 2026
Merged
chore: remove name_pretty_override from selected packages#16861parthea merged 6 commits intogoogleapis:mainfrom
parthea merged 6 commits intogoogleapis:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request renames several services across documentation and metadata, notably removing the 'Google Cloud' prefix for BigQuery, Pub/Sub, and Storage, and renaming 'Google APIs Common Protos' to 'Service Config'. Feedback focuses on correcting RST formatting where title underlines were not adjusted to match new title lengths. Additionally, suggestions were made to improve the grammar of service enablement steps in the Pub/Sub README files by removing redundant articles.
| 1. `Select or create a Cloud Platform project.`_ | ||
| 2. `Enable billing for your project.`_ | ||
| 3. `Enable the Google Cloud Pub/Sub.`_ | ||
| 3. `Enable the Cloud Pub/Sub.`_ |
Contributor
| .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | ||
| .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | ||
| .. _Enable the Google Cloud Pub/Sub.: https://cloud.google.com/pubsub/docs | ||
| .. _Enable the Cloud Pub/Sub.: https://cloud.google.com/pubsub/docs |
Contributor
| 1. `Select or create a Cloud Platform project.`_ | ||
| 2. `Enable billing for your project.`_ | ||
| 3. `Enable the Google Cloud Pub/Sub.`_ | ||
| 3. `Enable the Cloud Pub/Sub.`_ |
Contributor
| .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | ||
| .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | ||
| .. _Enable the Google Cloud Pub/Sub.: https://cloud.google.com/pubsub/docs | ||
| .. _Enable the Cloud Pub/Sub.: https://cloud.google.com/pubsub/docs |
Contributor
| @@ -1,4 +1,4 @@ | |||
| Python Client for Google Cloud Storage | |||
| Python Client for Cloud Storage | |||
Contributor
There was a problem hiding this comment.
| @@ -1,4 +1,4 @@ | |||
| Python Client for Google Cloud Storage | |||
| Python Client for Cloud Storage | |||
Contributor
fbb5101 to
7634abd
Compare
This removes name_pretty_override from just four packages: - google-cloud-storage - google-cloud-bigquery-storage - google-cloud-pubsub - googleapis-common-protos These are the packages with post-processing files that need changing at the same time.
7634abd to
30673c1
Compare
jskeet
added a commit
to jskeet/google-cloud-python
that referenced
this pull request
Apr 29, 2026
This omits django-spanner and gapic-generator (which currently have failing tests) and the packages modified in googleapis#16861.
parthea
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes name_pretty_override from just four packages:
These are the packages with post-processing files that need changing at the same time.