Skip to content

feat(google/maps/mapmanagement/v2): onboard a new library - #18173

Draft
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:onboard-mapmanagement-v2-py
Draft

feat(google/maps/mapmanagement/v2): onboard a new library#18173
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:onboard-mapmanagement-v2-py

Conversation

@quirogas

Copy link
Copy Markdown
Contributor

PiperOrigin-RevId: 963642371
Fixes b/545715827

@quirogas
quirogas requested review from a team as code owners August 19, 2026 21:02
@snippet-bot

snippet-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 30 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gemini-code-assist gemini-code-assist Bot left a comment

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.

Code Review

This pull request introduces the google-maps-mapmanagement package, adding the generated Python client library for the Google Maps Map Management v2 API. This includes sync and async clients, transports, types, documentation, generated samples, and release configuration updates. The review feedback suggests sorting the __all__ lists alphabetically in both the main package and types initialization files to improve code readability and maintainability.

Comment on lines +149 to +176
__all__ = (
"MapManagementAsyncClient",
"CreateMapConfigRequest",
"CreateMapContextConfigRequest",
"CreateStyleConfigRequest",
"DeleteMapConfigRequest",
"DeleteMapContextConfigRequest",
"DeleteStyleConfigRequest",
"GetMapConfigRequest",
"GetMapContextConfigRequest",
"GetStyleConfigRequest",
"ListMapConfigsRequest",
"ListMapConfigsResponse",
"ListMapContextConfigsRequest",
"ListMapContextConfigsResponse",
"ListStyleConfigsRequest",
"ListStyleConfigsResponse",
"MapConfig",
"MapContextConfig",
"MapFeatures",
"MapManagementClient",
"MapRenderingType",
"StyleConfig",
"StyleConfigView",
"UpdateMapConfigRequest",
"UpdateMapContextConfigRequest",
"UpdateStyleConfigRequest",
)

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 __all__ list in a Python module should be alphabetically sorted to improve readability and maintainability.

__all__ = (
    "CreateMapConfigRequest",
    "CreateMapContextConfigRequest",
    "CreateStyleConfigRequest",
    "DeleteMapConfigRequest",
    "DeleteMapContextConfigRequest",
    "DeleteStyleConfigRequest",
    "GetMapConfigRequest",
    "GetMapContextConfigRequest",
    "GetStyleConfigRequest",
    "ListMapConfigsRequest",
    "ListMapConfigsResponse",
    "ListMapContextConfigsRequest",
    "ListMapContextConfigsResponse",
    "ListStyleConfigsRequest",
    "ListStyleConfigsResponse",
    "MapConfig",
    "MapContextConfig",
    "MapFeatures",
    "MapManagementAsyncClient",
    "MapManagementClient",
    "MapRenderingType",
    "StyleConfig",
    "StyleConfigView",
    "UpdateMapConfigRequest",
    "UpdateMapContextConfigRequest",
    "UpdateStyleConfigRequest",
)
References
  1. The __all__ list in a Python module should be alphabetically sorted to improve readability and maintainability.

Comment on lines +43 to +68
__all__ = (
"CreateMapConfigRequest",
"CreateMapContextConfigRequest",
"CreateStyleConfigRequest",
"DeleteMapConfigRequest",
"DeleteMapContextConfigRequest",
"DeleteStyleConfigRequest",
"GetMapConfigRequest",
"GetMapContextConfigRequest",
"GetStyleConfigRequest",
"ListMapConfigsRequest",
"ListMapConfigsResponse",
"ListMapContextConfigsRequest",
"ListMapContextConfigsResponse",
"ListStyleConfigsRequest",
"ListStyleConfigsResponse",
"MapConfig",
"MapContextConfig",
"MapFeatures",
"StyleConfig",
"UpdateMapConfigRequest",
"UpdateMapContextConfigRequest",
"UpdateStyleConfigRequest",
"MapRenderingType",
"StyleConfigView",
)

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

To improve maintainability, please keep the __all__ list sorted alphabetically.

__all__ = (
    "CreateMapConfigRequest",
    "CreateMapContextConfigRequest",
    "CreateStyleConfigRequest",
    "DeleteMapConfigRequest",
    "DeleteMapContextConfigRequest",
    "DeleteStyleConfigRequest",
    "GetMapConfigRequest",
    "GetMapContextConfigRequest",
    "GetStyleConfigRequest",
    "ListMapConfigsRequest",
    "ListMapConfigsResponse",
    "ListMapContextConfigsRequest",
    "ListMapContextConfigsResponse",
    "ListStyleConfigsRequest",
    "ListStyleConfigsResponse",
    "MapConfig",
    "MapContextConfig",
    "MapFeatures",
    "MapRenderingType",
    "StyleConfig",
    "StyleConfigView",
    "UpdateMapConfigRequest",
    "UpdateMapContextConfigRequest",
    "UpdateStyleConfigRequest",
)
References
  1. The __all__ list in a Python module should be alphabetically sorted to improve readability and maintainability.

@quirogas
quirogas marked this pull request as draft August 19, 2026 21:14
@quirogas
quirogas marked this pull request as ready for review August 20, 2026 14:36
@quirogas
quirogas marked this pull request as draft August 21, 2026 19:33
@quirogas quirogas added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 21, 2026
@quirogas

Copy link
Copy Markdown
Contributor Author

Do not merge until #18013 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants