feat: [geocode] new module for geocode#12343
Conversation
There was a problem hiding this comment.
Code Review
This pull request reformats generation_config.yaml by moving documentation URLs to new lines and updating string quoting for several API descriptions. It also introduces a new entry for the Geocoding API. Feedback was provided to ensure the new geocode entry follows the same URL formatting consistency as the other modified entries.
| 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 |
There was a problem hiding this comment.
The product_documentation and client_documentation URLs for the new geocode module are defined on a single line. This is inconsistent with the formatting changes applied to all other entries in this pull request, where URLs are moved to a new line with indentation. Please update these to maintain consistency across the configuration file.
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
Generated by @diegomarquezp via generate_new_client_hermetic_build.yaml
Command used: