Uses of Interface
com.google.cloud.optimization.v1.ShipmentModelOrBuilder
-
Packages that use ShipmentModelOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentModelOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentModelOrBuilder Modifier and Type Class Description classShipmentModelA shipment model contains a set of shipments which must be performed by a set of vehicles, while minimizing the overall cost, which is the sum of: * the cost of routing the vehicles (sum of cost per total time, cost per travel time, and fixed cost over all vehicles).static classShipmentModel.BuilderA shipment model contains a set of shipments which must be performed by a set of vehicles, while minimizing the overall cost, which is the sum of: * the cost of routing the vehicles (sum of cost per total time, cost per travel time, and fixed cost over all vehicles).Methods in com.google.cloud.optimization.v1 that return ShipmentModelOrBuilder Modifier and Type Method Description ShipmentModelOrBuilderOptimizeToursRequest.Builder. getModelOrBuilder()Shipment model to solve.ShipmentModelOrBuilderOptimizeToursRequest. getModelOrBuilder()Shipment model to solve.ShipmentModelOrBuilderOptimizeToursRequestOrBuilder. getModelOrBuilder()Shipment model to solve.
-