Skip to content

feat(google/maps/isochrones/v1): add google-maps-isochrones#17785

Merged
parthea merged 1 commit into
googleapis:mainfrom
suztomo:onboard-new-library-2026-07-20-google/maps/isochrones/v1
Jul 21, 2026
Merged

feat(google/maps/isochrones/v1): add google-maps-isochrones#17785
parthea merged 1 commit into
googleapis:mainfrom
suztomo:onboard-new-library-2026-07-20-google/maps/isochrones/v1

Conversation

@suztomo

@suztomo suztomo commented Jul 20, 2026

Copy link
Copy Markdown
Member

b/529841877

PiperOrigin-RevId: 940577005

@suztomo

suztomo commented Jul 20, 2026

Copy link
Copy Markdown
Member Author

I put these pull requests as draft as you may want to setup OSS Exit Gates and PyPI registration before merging this.

@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 a new client library package, google-maps-isochrones, for the Google Maps Isochrones API, including its gRPC and REST transports, documentation, configuration files, and generated samples. Feedback on the changes highlights a critical issue with an invalid Ruff version specified in noxfile.py that will cause linting sessions to fail, as well as the omission of the generated unit test files for the new package.


import nox

RUFF_VERSION = "ruff==0.14.14"

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.

high

The specified Ruff version ruff==0.14.14 does not exist (Ruff versions are currently in the 0.x.y range, e.g., 0.4.14 or 0.8.4). This will cause pip install to fail during the lint, blacken, and format nox sessions. Please correct this to a valid version, such as ruff==0.4.14 or the standard version used across the repository.

Suggested change
RUFF_VERSION = "ruff==0.14.14"
RUFF_VERSION = "ruff==0.4.14"

# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

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.

high

It appears that the actual unit test files (e.g., test_isochrone_service.py) are missing from this pull request. Since this is a new client library package, please ensure that the generated unit tests are included so that the test suite can run and verify the client's functionality.

@parthea
parthea marked this pull request as ready for review July 21, 2026 15:14
@parthea
parthea requested review from a team as code owners July 21, 2026 15:14
@snippet-bot

snippet-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

Here is the summary of changes.

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

@parthea
parthea merged commit 47a0db2 into googleapis:main Jul 21, 2026
39 checks passed
parthea added a commit that referenced this pull request Jul 21, 2026
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2026-07-21)


### Features

* **google/maps/isochrones/v1:** add google-maps-isochrones
([#17785](#17785))
([47a0db2](47a0db2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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