Uses of Class
com.google.cloud.optimization.v1.TimeWindow
-
Packages that use TimeWindow Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of TimeWindow in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return TimeWindow Modifier and Type Method Description TimeWindowTimeWindow.Builder. build()TimeWindowTimeWindow.Builder. buildPartial()static TimeWindowTimeWindow. getDefaultInstance()TimeWindowTimeWindow.Builder. getDefaultInstanceForType()TimeWindowTimeWindow. getDefaultInstanceForType()TimeWindowVehicle.Builder. getEndTimeWindows(int index)Time windows during which the vehicle may arrive at its end location.TimeWindowVehicle. getEndTimeWindows(int index)Time windows during which the vehicle may arrive at its end location.TimeWindowVehicleOrBuilder. getEndTimeWindows(int index)Time windows during which the vehicle may arrive at its end location.TimeWindowVehicle.Builder. getStartTimeWindows(int index)Time windows during which the vehicle may depart its start location.TimeWindowVehicle. getStartTimeWindows(int index)Time windows during which the vehicle may depart its start location.TimeWindowVehicleOrBuilder. getStartTimeWindows(int index)Time windows during which the vehicle may depart its start location.TimeWindowShipment.VisitRequest.Builder. getTimeWindows(int index)Time windows which constrain the arrival time at a visit.TimeWindowShipment.VisitRequest. getTimeWindows(int index)Time windows which constrain the arrival time at a visit.TimeWindowShipment.VisitRequestOrBuilder. getTimeWindows(int index)Time windows which constrain the arrival time at a visit.static TimeWindowTimeWindow. parseDelimitedFrom(InputStream input)static TimeWindowTimeWindow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeWindowTimeWindow. parseFrom(byte[] data)static TimeWindowTimeWindow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeWindowTimeWindow. parseFrom(com.google.protobuf.ByteString data)static TimeWindowTimeWindow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeWindowTimeWindow. parseFrom(com.google.protobuf.CodedInputStream input)static TimeWindowTimeWindow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeWindowTimeWindow. parseFrom(InputStream input)static TimeWindowTimeWindow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeWindowTimeWindow. parseFrom(ByteBuffer data)static TimeWindowTimeWindow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.optimization.v1 that return types with arguments of type TimeWindow Modifier and Type Method Description List<TimeWindow>Vehicle.Builder. getEndTimeWindowsList()Time windows during which the vehicle may arrive at its end location.List<TimeWindow>Vehicle. getEndTimeWindowsList()Time windows during which the vehicle may arrive at its end location.List<TimeWindow>VehicleOrBuilder. getEndTimeWindowsList()Time windows during which the vehicle may arrive at its end location.com.google.protobuf.Parser<TimeWindow>TimeWindow. getParserForType()List<TimeWindow>Vehicle.Builder. getStartTimeWindowsList()Time windows during which the vehicle may depart its start location.List<TimeWindow>Vehicle. getStartTimeWindowsList()Time windows during which the vehicle may depart its start location.List<TimeWindow>VehicleOrBuilder. getStartTimeWindowsList()Time windows during which the vehicle may depart its start location.List<TimeWindow>Shipment.VisitRequest.Builder. getTimeWindowsList()Time windows which constrain the arrival time at a visit.List<TimeWindow>Shipment.VisitRequest. getTimeWindowsList()Time windows which constrain the arrival time at a visit.List<TimeWindow>Shipment.VisitRequestOrBuilder. getTimeWindowsList()Time windows which constrain the arrival time at a visit.static com.google.protobuf.Parser<TimeWindow>TimeWindow. parser()Methods in com.google.cloud.optimization.v1 with parameters of type TimeWindow Modifier and Type Method Description Vehicle.BuilderVehicle.Builder. addEndTimeWindows(int index, TimeWindow value)Time windows during which the vehicle may arrive at its end location.Vehicle.BuilderVehicle.Builder. addEndTimeWindows(TimeWindow value)Time windows during which the vehicle may arrive at its end location.Vehicle.BuilderVehicle.Builder. addStartTimeWindows(int index, TimeWindow value)Time windows during which the vehicle may depart its start location.Vehicle.BuilderVehicle.Builder. addStartTimeWindows(TimeWindow value)Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.BuilderShipment.VisitRequest.Builder. addTimeWindows(int index, TimeWindow value)Time windows which constrain the arrival time at a visit.Shipment.VisitRequest.BuilderShipment.VisitRequest.Builder. addTimeWindows(TimeWindow value)Time windows which constrain the arrival time at a visit.TimeWindow.BuilderTimeWindow.Builder. mergeFrom(TimeWindow other)static TimeWindow.BuilderTimeWindow. newBuilder(TimeWindow prototype)Vehicle.BuilderVehicle.Builder. setEndTimeWindows(int index, TimeWindow value)Time windows during which the vehicle may arrive at its end location.Vehicle.BuilderVehicle.Builder. setStartTimeWindows(int index, TimeWindow value)Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.BuilderShipment.VisitRequest.Builder. setTimeWindows(int index, TimeWindow value)Time windows which constrain the arrival time at a visit.Method parameters in com.google.cloud.optimization.v1 with type arguments of type TimeWindow Modifier and Type Method Description Vehicle.BuilderVehicle.Builder. addAllEndTimeWindows(Iterable<? extends TimeWindow> values)Time windows during which the vehicle may arrive at its end location.Vehicle.BuilderVehicle.Builder. addAllStartTimeWindows(Iterable<? extends TimeWindow> values)Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.BuilderShipment.VisitRequest.Builder. addAllTimeWindows(Iterable<? extends TimeWindow> values)Time windows which constrain the arrival time at a visit.
-