Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [maps-routiting] new module for maps-routiting #8724

Merged
merged 4 commits into from
Nov 3, 2022

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Nov 3, 2022

Generated by

suztomo@suztomo:~/google-cloud-java$ python3.9 generation/new_client/new-client.py generate --api_shortname=maps-routiting --proto-path=google/maps/routing --name-pretty="Routes API" --product-docs="https://developers.google.com/maps/documentation/routes" --api-description="Routes API is the next generation, performance optimized version of the existing Directions API and Distance Matrix API. It helps you find the ideal route from A to Z, calculates ETAs and distances for matrices of origin and destination locations, and also offers new features." --api-id=routes.googleapis.com --cloud-api=false --requires-billing=false --distribution-name="com.google.maps:google-maps-routes"

.bash_history Outdated
@@ -0,0 +1,5 @@
pwd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intend to include this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-routes-bom</artifactId>
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-maps-routes:current} -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to exclude it from here by updating the script that re-generates the bom.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not excluded.


##########################################################
# Build the command-line tool that lets us sign JWTs.
FROM rust:1.49-buster
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file doesn't seem to be relevant.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Comment on lines +20 to +23
if [[ "$groupId_line" == *"com.google.maps"* ]]; then
# The gapic bom includes cloud libraries
continue
fi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meltsufin This excludes the newly added library from the gapic bom (and thus from libraries-bom).

@suztomo suztomo merged commit 4e67caa into main Nov 3, 2022
@suztomo suztomo deleted the new_module_java-maps-routiting branch November 3, 2022 17:25
@release-please release-please bot mentioned this pull request Nov 3, 2022
@suztomo
Copy link
Member Author

suztomo commented Nov 3, 2022

There was a typo!

@meltsufin
Copy link
Member

Oops. Routiting

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