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 class
ShipmentRoute
A 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 class
ShipmentRoute.Builder
A 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 ShipmentRouteOrBuilder
OptimizeToursRequest.Builder. getInjectedFirstSolutionRoutesOrBuilder(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilder
OptimizeToursRequest. getInjectedFirstSolutionRoutesOrBuilder(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilder
OptimizeToursRequestOrBuilder. getInjectedFirstSolutionRoutesOrBuilder(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRouteOrBuilder
OptimizeToursRequest.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.ShipmentRouteOrBuilder
OptimizeToursRequest. 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.ShipmentRouteOrBuilder
OptimizeToursRequestOrBuilder. 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.ShipmentRouteOrBuilder
InjectedSolutionConstraint.Builder. getRoutesOrBuilder(int index)
Routes of the solution to inject.ShipmentRouteOrBuilder
InjectedSolutionConstraint. getRoutesOrBuilder(int index)
Routes of the solution to inject.ShipmentRouteOrBuilder
InjectedSolutionConstraintOrBuilder. getRoutesOrBuilder(int index)
Routes of the solution to inject.ShipmentRouteOrBuilder
OptimizeToursResponse.Builder. getRoutesOrBuilder(int index)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRouteOrBuilder
OptimizeToursResponse. getRoutesOrBuilder(int index)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRouteOrBuilder
OptimizeToursResponseOrBuilder. 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.
-