FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(google/maps/mapmanagement/v2): onboard a new library by quirogas · Pull Request #18173 · googleapis/google-cloud-python · GitHub

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

Copy link
Copy Markdown
Contributor

PiperOrigin-RevId: 963642371
Fixes b/545715827

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

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 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 marked this pull request as draft August 19, 2026 21:14
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL