chore: complete migration of google-cloud-datastore#16737
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes the skip_generate flag from librarian.yaml and reorders the keys in the .repo-metadata.json file for the Google Cloud Datastore package. A review comment points out that the codeowner_team field was accidentally removed during the reordering process and suggests restoring it to maintain proper ownership information.
jskeet
added a commit
that referenced
this pull request
Apr 23, 2026
…16762) This means we don't use the generator default for any of: - python-gapic-name - python-gapic-namespace - warehouse-package-name Only API paths which didn't already have an explicit default were updated. The changes are all from explicitly specifying `warehouse-package-name`, and are all corrections from where the generator was inferring the package name incorrectly. (And regenerating Datastore, which wasn't automated in #16737.) This is the first step in googleapis/librarian#5163 - we will then change librarian to use a new approach to inference (deriving the namespace just from the first two components of the API path), and remove all the explicit options which would be inferred the same way. So while this PR adds a lot of lines to the config, many will later be removed again.
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.
complete migration of google-cloud-datastore