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 TimeWindow
TimeWindow.Builder. build()
TimeWindow
TimeWindow.Builder. buildPartial()
static TimeWindow
TimeWindow. getDefaultInstance()
TimeWindow
TimeWindow.Builder. getDefaultInstanceForType()
TimeWindow
TimeWindow. getDefaultInstanceForType()
TimeWindow
Vehicle.Builder. getEndTimeWindows(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindow
Vehicle. getEndTimeWindows(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindow
VehicleOrBuilder. getEndTimeWindows(int index)
Time windows during which the vehicle may arrive at its end location.TimeWindow
Vehicle.Builder. getStartTimeWindows(int index)
Time windows during which the vehicle may depart its start location.TimeWindow
Vehicle. getStartTimeWindows(int index)
Time windows during which the vehicle may depart its start location.TimeWindow
VehicleOrBuilder. getStartTimeWindows(int index)
Time windows during which the vehicle may depart its start location.TimeWindow
Shipment.VisitRequest.Builder. getTimeWindows(int index)
Time windows which constrain the arrival time at a visit.TimeWindow
Shipment.VisitRequest. getTimeWindows(int index)
Time windows which constrain the arrival time at a visit.TimeWindow
Shipment.VisitRequestOrBuilder. getTimeWindows(int index)
Time windows which constrain the arrival time at a visit.static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input)
static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(byte[] data)
static TimeWindow
TimeWindow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(InputStream input)
static TimeWindow
TimeWindow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data)
static TimeWindow
TimeWindow. 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.Builder
Vehicle.Builder. addEndTimeWindows(int index, TimeWindow value)
Time windows during which the vehicle may arrive at its end location.Vehicle.Builder
Vehicle.Builder. addEndTimeWindows(TimeWindow value)
Time windows during which the vehicle may arrive at its end location.Vehicle.Builder
Vehicle.Builder. addStartTimeWindows(int index, TimeWindow value)
Time windows during which the vehicle may depart its start location.Vehicle.Builder
Vehicle.Builder. addStartTimeWindows(TimeWindow value)
Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.Builder
Shipment.VisitRequest.Builder. addTimeWindows(int index, TimeWindow value)
Time windows which constrain the arrival time at a visit.Shipment.VisitRequest.Builder
Shipment.VisitRequest.Builder. addTimeWindows(TimeWindow value)
Time windows which constrain the arrival time at a visit.TimeWindow.Builder
TimeWindow.Builder. mergeFrom(TimeWindow other)
static TimeWindow.Builder
TimeWindow. newBuilder(TimeWindow prototype)
Vehicle.Builder
Vehicle.Builder. setEndTimeWindows(int index, TimeWindow value)
Time windows during which the vehicle may arrive at its end location.Vehicle.Builder
Vehicle.Builder. setStartTimeWindows(int index, TimeWindow value)
Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.Builder
Shipment.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.Builder
Vehicle.Builder. addAllEndTimeWindows(Iterable<? extends TimeWindow> values)
Time windows during which the vehicle may arrive at its end location.Vehicle.Builder
Vehicle.Builder. addAllStartTimeWindows(Iterable<? extends TimeWindow> values)
Time windows during which the vehicle may depart its start location.Shipment.VisitRequest.Builder
Shipment.VisitRequest.Builder. addAllTimeWindows(Iterable<? extends TimeWindow> values)
Time windows which constrain the arrival time at a visit.
-