Same as before, except the "dependent" shipments need to have a
"required" shipment on their vehicle at the time of their delivery.
InSameVehicleAtPickupTime
With the IN_SAME_VEHICLE_AT_PICKUP_TIME mode, all "dependent"
shipments need to have at least one "required" shipment on their vehicle
at the time of their pickup.
A "dependent" shipment pickup must therefore have either:
A delivery-only "required" shipment delivered on the route after, or
A "required" shipment picked up on the route before it, and if the
"required" shipment has a delivery, this delivery must be performed
after the "dependent" shipment's pickup.
PerformedBySameVehicle
In this mode, all "dependent" shipments must share the same vehicle as at
least one of their "required" shipments.
Unspecified
Unspecified requirement mode. This value should never be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `RequirementMode` enum within the `Google.Cloud.Optimization.V1` namespace, detailing how dependent shipments interact with required shipments on a route."],["The latest version of this API is 2.6.0, with options to view documentation for previous versions ranging from 2.5.0 down to 1.0.0-beta01."],["The `RequirementMode` enum offers four options: `InSameVehicleAtDeliveryTime`, `InSameVehicleAtPickupTime`, `PerformedBySameVehicle`, and `Unspecified`, each defining specific conditions for how dependent and required shipments interact."],["The `InSameVehicleAtPickupTime` mode requires all \"dependent\" shipments to have at least one \"required\" shipment on their vehicle during pickup, either with a delivery-only \"required\" shipment delivered afterward, or a \"required\" shipment picked up before and delivered after."],["`InSameVehicleAtDeliveryTime` is like the `InSameVehicleAtPickupTime` mode, however, the dependent shipments need to have a \"required\" shipment on their vehicle at the time of their delivery."]]],[]]