Module: Google::Cloud::Optimization::V1::Vehicle::UnloadingPolicy
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
Policy on how a vehicle can be unloaded. Applies only to shipments having both a pickup and a delivery.
Other shipments are free to occur anywhere on the route independent of
unloading_policy
.
Constant Summary collapse
- UNLOADING_POLICY_UNSPECIFIED =
Unspecified unloading policy; deliveries must just occur after their corresponding pickups.
0
- LAST_IN_FIRST_OUT =
Deliveries must occur in reverse order of pickups
1
- FIRST_IN_FIRST_OUT =
Deliveries must occur in the same order as pickups
2