Uses of Class
com.google.cloud.optimization.v1.ShipmentRoute
-
Packages that use ShipmentRoute Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentRoute in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return ShipmentRoute Modifier and Type Method Description ShipmentRoute
ShipmentRoute.Builder. build()
ShipmentRoute
ShipmentRoute.Builder. buildPartial()
static ShipmentRoute
ShipmentRoute. getDefaultInstance()
ShipmentRoute
ShipmentRoute.Builder. getDefaultInstanceForType()
ShipmentRoute
ShipmentRoute. getDefaultInstanceForType()
ShipmentRoute
OptimizeToursRequest.Builder. getInjectedFirstSolutionRoutes(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRoute
OptimizeToursRequest. getInjectedFirstSolutionRoutes(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRoute
OptimizeToursRequestOrBuilder. getInjectedFirstSolutionRoutes(int index)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.ShipmentRoute
OptimizeToursRequest.Builder. getRefreshDetailsRoutes(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.ShipmentRoute
OptimizeToursRequest. getRefreshDetailsRoutes(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.ShipmentRoute
OptimizeToursRequestOrBuilder. getRefreshDetailsRoutes(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.ShipmentRoute
InjectedSolutionConstraint.Builder. getRoutes(int index)
Routes of the solution to inject.ShipmentRoute
InjectedSolutionConstraint. getRoutes(int index)
Routes of the solution to inject.ShipmentRoute
InjectedSolutionConstraintOrBuilder. getRoutes(int index)
Routes of the solution to inject.ShipmentRoute
OptimizeToursResponse.Builder. getRoutes(int index)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRoute
OptimizeToursResponse. getRoutes(int index)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRoute
OptimizeToursResponseOrBuilder. getRoutes(int index)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.static ShipmentRoute
ShipmentRoute. parseDelimitedFrom(InputStream input)
static ShipmentRoute
ShipmentRoute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute
ShipmentRoute. parseFrom(byte[] data)
static ShipmentRoute
ShipmentRoute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute
ShipmentRoute. parseFrom(com.google.protobuf.ByteString data)
static ShipmentRoute
ShipmentRoute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute
ShipmentRoute. parseFrom(com.google.protobuf.CodedInputStream input)
static ShipmentRoute
ShipmentRoute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute
ShipmentRoute. parseFrom(InputStream input)
static ShipmentRoute
ShipmentRoute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute
ShipmentRoute. parseFrom(ByteBuffer data)
static ShipmentRoute
ShipmentRoute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentRoute Modifier and Type Method Description List<ShipmentRoute>
OptimizeToursRequest.Builder. getInjectedFirstSolutionRoutesList()
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.List<ShipmentRoute>
OptimizeToursRequest. getInjectedFirstSolutionRoutesList()
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.List<ShipmentRoute>
OptimizeToursRequestOrBuilder. getInjectedFirstSolutionRoutesList()
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.com.google.protobuf.Parser<ShipmentRoute>
ShipmentRoute. getParserForType()
List<ShipmentRoute>
OptimizeToursRequest.Builder. getRefreshDetailsRoutesList()
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<ShipmentRoute>
OptimizeToursRequest. getRefreshDetailsRoutesList()
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<ShipmentRoute>
OptimizeToursRequestOrBuilder. getRefreshDetailsRoutesList()
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<ShipmentRoute>
InjectedSolutionConstraint.Builder. getRoutesList()
Routes of the solution to inject.List<ShipmentRoute>
InjectedSolutionConstraint. getRoutesList()
Routes of the solution to inject.List<ShipmentRoute>
InjectedSolutionConstraintOrBuilder. getRoutesList()
Routes of the solution to inject.List<ShipmentRoute>
OptimizeToursResponse.Builder. getRoutesList()
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.List<ShipmentRoute>
OptimizeToursResponse. getRoutesList()
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.List<ShipmentRoute>
OptimizeToursResponseOrBuilder. getRoutesList()
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.static com.google.protobuf.Parser<ShipmentRoute>
ShipmentRoute. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type ShipmentRoute Modifier and Type Method Description OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addInjectedFirstSolutionRoutes(int index, ShipmentRoute value)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addInjectedFirstSolutionRoutes(ShipmentRoute value)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addRefreshDetailsRoutes(int index, ShipmentRoute value)
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.OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addRefreshDetailsRoutes(ShipmentRoute value)
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.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addRoutes(int index, ShipmentRoute value)
Routes of the solution to inject.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addRoutes(ShipmentRoute value)
Routes of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addRoutes(int index, ShipmentRoute value)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addRoutes(ShipmentRoute value)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.ShipmentRoute.Builder
ShipmentRoute.Builder. mergeFrom(ShipmentRoute other)
static ShipmentRoute.Builder
ShipmentRoute. newBuilder(ShipmentRoute prototype)
OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. setInjectedFirstSolutionRoutes(int index, ShipmentRoute value)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. setRefreshDetailsRoutes(int index, ShipmentRoute value)
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.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. setRoutes(int index, ShipmentRoute value)
Routes of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. setRoutes(int index, ShipmentRoute value)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.Method parameters in com.google.cloud.optimization.v1 with type arguments of type ShipmentRoute Modifier and Type Method Description OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addAllInjectedFirstSolutionRoutes(Iterable<? extends ShipmentRoute> values)
Guide the optimization algorithm in finding a first solution that is similar to a previous solution.OptimizeToursRequest.Builder
OptimizeToursRequest.Builder. addAllRefreshDetailsRoutes(Iterable<? extends ShipmentRoute> values)
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.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addAllRoutes(Iterable<? extends ShipmentRoute> values)
Routes of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addAllRoutes(Iterable<? extends ShipmentRoute> values)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
-