chore: run librarian tidy#16844
Conversation
This does not affect generation as only options which would be derived to the same value are removed.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Just looking into why there's an addition in the diff at all.... |
Ah, this was just an option being in the wrong order. |
|
Basically, librarian derives python-gapic-namespace and python-gapic-name from the API path, and warehouse-package-name from the package name. (So for example, google.ads is derived in the first case because the path starts with google/ads, but not in the second case because the path starts with google/marketingplatform.) Librarian now always specifies all three to the GAPIC generator, so that whatever the GAPIC generator does by default is irrelevant. This PR removes any value where it matches the value that would be derived - so basically what we pass to the GAPIC generator is identical but we remove a load of redundant configuration in the file. |

This does not affect generation as only options which would be derived to the same value are removed.