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

Updated Fleet Engine package names #220

Closed
wants to merge 12 commits into from

Conversation

caio1985
Copy link

@caio1985 caio1985 commented Nov 5, 2024

Fleet Engine Java package name

We’re making a name change to the Java packages in the Fleet Engine gRPC client libraries. The package names changed from "google.maps.fleetengine." to "com.google.maps.fleetengine.". We’re making this change to bring the packages aligned with standard Google package names to allow us to deploy these libraries through standard Maven distribution mechanisms.

Updating package name to the new Fleet Engine path.
Updated package name.
Updated package name.
Updated package name.
Updated package names.
Updated package name.
Updated package names.
Updated package names.
Updated package names.
import google.maps.fleetengine.delivery.v1.DeliveryVehicleLocation;
import google.maps.fleetengine.delivery.v1.Task;
import google.maps.fleetengine.delivery.v1.UpdateDeliveryVehicleRequest;
import com.google.maps.fleetengine.delivery.v1.CreateDeliveryVehicleRequest;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I have changes in Piper that keep the imports in the right order. Let's figure out how to get that merged in.

@bart-at-google
Copy link
Collaborator

This has been obsoleted by: #216

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.

3 participants