Uses of Interface
com.google.cloud.optimization.v1.TimeWindowOrBuilder
-
Packages that use TimeWindowOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of TimeWindowOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement TimeWindowOrBuilder Modifier and Type Class Description class
TimeWindow
Time windows constrain the time of an event, such as the arrival time at a visit, or the start and end time of a vehicle.static class
TimeWindow.Builder
Time windows constrain the time of an event, such as the arrival time at a visit, or the start and end time of a vehicle.Methods in com.google.cloud.optimization.v1 that return TimeWindowOrBuilder Modifier and Type Method Description TimeWindowOrBuilder
Vehicle.Builder. getEndTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindowOrBuilder
Vehicle. getEndTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindowOrBuilder
VehicleOrBuilder. getEndTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindowOrBuilder
Vehicle.Builder. getStartTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may depart its start location.TimeWindowOrBuilder
Vehicle. getStartTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may depart its start location.TimeWindowOrBuilder
VehicleOrBuilder. getStartTimeWindowsOrBuilder(int index)
Time windows during which the vehicle may depart its start location.TimeWindowOrBuilder
Shipment.VisitRequest.Builder. getTimeWindowsOrBuilder(int index)
Time windows which constrain the arrival time at a visit.TimeWindowOrBuilder
Shipment.VisitRequest. getTimeWindowsOrBuilder(int index)
Time windows which constrain the arrival time at a visit.TimeWindowOrBuilder
Shipment.VisitRequestOrBuilder. getTimeWindowsOrBuilder(int index)
Time windows which constrain the arrival time at a visit.Methods in com.google.cloud.optimization.v1 that return types with arguments of type TimeWindowOrBuilder Modifier and Type Method Description List<? extends TimeWindowOrBuilder>
Vehicle.Builder. getEndTimeWindowsOrBuilderList()
Time windows during which the vehicle may arrive at its end location.List<? extends TimeWindowOrBuilder>
Vehicle. getEndTimeWindowsOrBuilderList()
Time windows during which the vehicle may arrive at its end location.List<? extends TimeWindowOrBuilder>
VehicleOrBuilder. getEndTimeWindowsOrBuilderList()
Time windows during which the vehicle may arrive at its end location.List<? extends TimeWindowOrBuilder>
Vehicle.Builder. getStartTimeWindowsOrBuilderList()
Time windows during which the vehicle may depart its start location.List<? extends TimeWindowOrBuilder>
Vehicle. getStartTimeWindowsOrBuilderList()
Time windows during which the vehicle may depart its start location.List<? extends TimeWindowOrBuilder>
VehicleOrBuilder. getStartTimeWindowsOrBuilderList()
Time windows during which the vehicle may depart its start location.List<? extends TimeWindowOrBuilder>
Shipment.VisitRequest.Builder. getTimeWindowsOrBuilderList()
Time windows which constrain the arrival time at a visit.List<? extends TimeWindowOrBuilder>
Shipment.VisitRequest. getTimeWindowsOrBuilderList()
Time windows which constrain the arrival time at a visit.List<? extends TimeWindowOrBuilder>
Shipment.VisitRequestOrBuilder. getTimeWindowsOrBuilderList()
Time windows which constrain the arrival time at a visit.
-