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 classShipmentRoute.BreakData representing the execution of a break.static classShipmentRoute.Break.BuilderData representing the execution of a break.Methods in com.google.cloud.optimization.v1 that return ShipmentRoute.BreakOrBuilder Modifier and Type Method Description ShipmentRoute.BreakOrBuilderShipmentRoute.Builder. getBreaksOrBuilder(int index)Breaks scheduled for the vehicle performing this route.ShipmentRoute.BreakOrBuilderShipmentRoute. getBreaksOrBuilder(int index)Breaks scheduled for the vehicle performing this route.ShipmentRoute.BreakOrBuilderShipmentRouteOrBuilder. 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.
-