-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
.bash_history
Outdated
@@ -0,0 +1,5 @@ | |||
pwd |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
gapic-libraries-bom/pom.xml
Outdated
<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} --> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not excluded.
generation/hermetic_build/Dockerfile
Outdated
|
||
########################################################## | ||
# Build the command-line tool that lets us sign JWTs. | ||
FROM rust:1.49-buster |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
if [[ "$groupId_line" == *"com.google.maps"* ]]; then | ||
# The gapic bom includes cloud libraries | ||
continue | ||
fi |
There was a problem hiding this comment.
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).
There was a typo! |
Oops. Routiting |
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"