Skip to content

feat: [geocode] new module for geocode#12340

Closed
cloud-java-bot wants to merge 2 commits intomainfrom
new-library/geocode-jd3qX
Closed

feat: [geocode] new module for geocode#12340
cloud-java-bot wants to merge 2 commits intomainfrom
new-library/geocode-jd3qX

Conversation

@cloud-java-bot
Copy link
Copy Markdown
Collaborator

Generated by @diegomarquezp via generate_new_client_hermetic_build.yaml

Command used:

python generation/new_client_hermetic_build/add-new-client-config.py add-new-library --api-shortname "geocode" --name-pretty "Geocoding API" --api-description "The Geocoding API is a service that accepts a place as an address, latitude and longitude coordinates, or Place ID." --proto-path "google/maps/geocode/v4" --product-docs "https://developers.google.com/maps/documentation/geocoding/overview" --library-name "java-maps-geocode" --distribution-name "com.google.maps:google-maps-geocode" 

@cloud-java-bot cloud-java-bot requested a review from a team as a code owner March 31, 2026 21:12
@cloud-java-bot cloud-java-bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 31, 2026
Copy link
Copy Markdown
Contributor

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

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 reformats documentation URLs and API descriptions in generation_config.yaml for better consistency and adds a new geocode library entry. The review feedback suggests moving the geocode entry to its correct alphabetical position, formatting its documentation URLs to match the rest of the file, and renaming the library to maintain a consistent naming convention for Maps APIs.

issue_tracker: https://issuetracker.google.com/issues?q=status:open%20componentid:310170
GAPICs:
- proto_path: google/cloud/iot/v1
- api_shortname: geocode
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 new geocode entry is not in alphabetical order. It is currently placed after iot, but it should be located earlier in the file (e.g., between geminidataanalytics and gkerecommender) to maintain the alphabetical sorting of the libraries list.

- proto_path: google/cloud/iot/v1
- api_shortname: geocode
name_pretty: Geocoding API
product_documentation: https://developers.google.com/maps/documentation/geocoding/overview
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

For consistency with the other entries in this file and the reformatting applied throughout this pull request, the product_documentation URL should be moved to a new line.

  product_documentation: 
    https://developers.google.com/maps/documentation/geocoding/overview

product_documentation: https://developers.google.com/maps/documentation/geocoding/overview
api_description: The Geocoding API is a service that accepts a place as an address,
latitude and longitude coordinates, or Place ID.
client_documentation: https://cloud.google.com/java/docs/reference/google-maps-geocode/latest/overview
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

For consistency with the other entries in this file and the reformatting applied throughout this pull request, the client_documentation URL should be moved to a new line.

  client_documentation: 
    https://cloud.google.com/java/docs/reference/google-maps-geocode/latest/overview

cloud_api: false
GAPICs:
- proto_path: google/maps/geocode/v4
library_name: java-maps-geocode
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 library_name java-maps-geocode is inconsistent with other Maps libraries in this file, such as maps-routeoptimization (line 1676). Consider using maps-geocode to maintain a consistent naming convention across the repository.

  library_name: maps-geocode

@snippet-bot
Copy link
Copy Markdown

snippet-bot bot commented Mar 31, 2026

Here is the summary of changes.

You are about to add 18 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

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

Labels

owlbot:run Add this label to trigger the Owlbot post processor.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants