Uses of Interface
com.google.cloud.optimization.v1.ShipmentRouteOrBuilder
-
Packages that use ShipmentRouteOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentRouteOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentRouteOrBuilder Modifier and Type Class Description classShipmentRouteA vehicle's route can be decomposed, along the time axis, like this (we assume there are n visits): ``` | | | | | T[2], | | | | Transition | Visit #0 | | | V[2], | | | | #0 | aka | T[1] | V[1] | ...static classShipmentRoute.BuilderA vehicle's route can be decomposed, along the time axis, like this (we assume there are n visits): ``` | | | | | T[2], | | | | Transition | Visit #0 | | | V[2], | | | | #0 | aka | T[1] | V[1] | ...Methods in com.google.cloud.optimization.v1 that return ShipmentRouteOrBuilder Modifier and Type Method Description ShipmentRouteOrBuilderOptimizeToursRequest.Builder. getInjectedFirstSolutionRoutesOrBuilder(int index)Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilderOptimizeToursRequest. getInjectedFirstSolutionRoutesOrBuilder(int index)Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilderOptimizeToursRequestOrBuilder. getInjectedFirstSolutionRoutesOrBuilder(int index)Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilderOptimizeToursRequest.Builder. getRefreshDetailsRoutesOrBuilder(int index)If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.ShipmentRouteOrBuilderOptimizeToursRequest. getRefreshDetailsRoutesOrBuilder(int index)If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.ShipmentRouteOrBuilderOptimizeToursRequestOrBuilder. getRefreshDetailsRoutesOrBuilder(int index)If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.ShipmentRouteOrBuilderInjectedSolutionConstraint.Builder. getRoutesOrBuilder(int index)Routes of the solution to inject.ShipmentRouteOrBuilderInjectedSolutionConstraint. getRoutesOrBuilder(int index)Routes of the solution to inject.ShipmentRouteOrBuilderInjectedSolutionConstraintOrBuilder. getRoutesOrBuilder(int index)Routes of the solution to inject.ShipmentRouteOrBuilderOptimizeToursResponse.Builder. getRoutesOrBuilder(int index)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRouteOrBuilderOptimizeToursResponse. getRoutesOrBuilder(int index)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRouteOrBuilderOptimizeToursResponseOrBuilder. getRoutesOrBuilder(int index)Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentRouteOrBuilder Modifier and Type Method Description List<? extends ShipmentRouteOrBuilder>OptimizeToursRequest.Builder. getInjectedFirstSolutionRoutesOrBuilderList()Guide the optimization algorithm in finding a first solution that is similar to a previous solution.List<? extends ShipmentRouteOrBuilder>OptimizeToursRequest. getInjectedFirstSolutionRoutesOrBuilderList()Guide the optimization algorithm in finding a first solution that is similar to a previous solution.List<? extends ShipmentRouteOrBuilder>OptimizeToursRequestOrBuilder. getInjectedFirstSolutionRoutesOrBuilderList()Guide the optimization algorithm in finding a first solution that is similar to a previous solution.List<? extends ShipmentRouteOrBuilder>OptimizeToursRequest.Builder. getRefreshDetailsRoutesOrBuilderList()If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.List<? extends ShipmentRouteOrBuilder>OptimizeToursRequest. getRefreshDetailsRoutesOrBuilderList()If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.List<? extends ShipmentRouteOrBuilder>OptimizeToursRequestOrBuilder. getRefreshDetailsRoutesOrBuilderList()If non-empty, the given routes will be refreshed, without modifying their underlying sequence of visits or travel times: only other details will be updated.List<? extends ShipmentRouteOrBuilder>InjectedSolutionConstraint.Builder. getRoutesOrBuilderList()Routes of the solution to inject.List<? extends ShipmentRouteOrBuilder>InjectedSolutionConstraint. getRoutesOrBuilderList()Routes of the solution to inject.List<? extends ShipmentRouteOrBuilder>InjectedSolutionConstraintOrBuilder. getRoutesOrBuilderList()Routes of the solution to inject.List<? extends ShipmentRouteOrBuilder>OptimizeToursResponse.Builder. getRoutesOrBuilderList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.List<? extends ShipmentRouteOrBuilder>OptimizeToursResponse. getRoutesOrBuilderList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.List<? extends ShipmentRouteOrBuilder>OptimizeToursResponseOrBuilder. getRoutesOrBuilderList()Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
-