Uses of Interface
com.google.cloud.optimization.v1.ShipmentRoute.BreakOrBuilder
-
Packages that use ShipmentRoute.BreakOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentRoute.BreakOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentRoute.BreakOrBuilder Modifier and Type Class Description static class
ShipmentRoute.Break
Data representing the execution of a break.static class
ShipmentRoute.Break.Builder
Data representing the execution of a break.Methods in com.google.cloud.optimization.v1 that return ShipmentRoute.BreakOrBuilder Modifier and Type Method Description ShipmentRoute.BreakOrBuilder
ShipmentRoute.Builder. getBreaksOrBuilder(int index)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.BreakOrBuilder
ShipmentRoute. getBreaksOrBuilder(int index)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.BreakOrBuilder
ShipmentRouteOrBuilder. getBreaksOrBuilder(int index)
Breaks scheduled for the vehicle performing this route.Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentRoute.BreakOrBuilder Modifier and Type Method Description List<? extends ShipmentRoute.BreakOrBuilder>
ShipmentRoute.Builder. getBreaksOrBuilderList()
Breaks scheduled for the vehicle performing this route.List<? extends ShipmentRoute.BreakOrBuilder>
ShipmentRoute. getBreaksOrBuilderList()
Breaks scheduled for the vehicle performing this route.List<? extends ShipmentRoute.BreakOrBuilder>
ShipmentRouteOrBuilder. getBreaksOrBuilderList()
Breaks scheduled for the vehicle performing this route.
-