feat(mapmanagement): add google-maps-mapmanagement#16930
feat(mapmanagement): add google-maps-mapmanagement#16930noahdietz wants to merge 1 commit intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the google-maps-mapmanagement library, providing a Python client for the Map Management API v2beta. The implementation includes generated GAPIC code, comprehensive documentation, and automated test configurations. Feedback was provided to correct a duplicate word in the MapManagementAsyncClient docstring and to fix an invalid version for the ruff linter in the noxfile.py while ensuring consistency with shared project configurations.
| """The Map Management API uses your inputs to create and manage Google | ||
| Cloud based styling resources for Google Maps. | ||
|
|
||
| Using this API, you can can create and manage MapConfigs (Map IDs), |
| from typing import Dict, List | ||
|
|
||
| import nox | ||
|
|
There was a problem hiding this comment.
The version 0.14.14 for ruff appears to be invalid or a typo, as the current stable versions are in the 0.9.x range. Please verify the intended version. Note that changes to shared configurations should be applied consistently across all relevant packages in a dedicated, universal change rather than piecemeal in individual pull requests.
| RUFF_VERSION = "ruff==0.9.6" |
References
- Changes to shared configurations, like mypy flags, should be applied consistently across all relevant packages in a dedicated, universal change rather than piecemeal in individual pull requests.
jskeet
left a comment
There was a problem hiding this comment.
LGTM from the Librarian config files side.
Onboard
google-maps-mapmanagementAPI with initialv2betaversion.Produced by running the following commands:
Towards b/503325033