Uses of Interface
com.google.cloud.optimization.v1.ShipmentOrBuilder
-
Packages that use ShipmentOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentOrBuilder Modifier and Type Class Description class
Shipment
The shipment of a single item, from one of its pickups to one of its deliveries.static class
Shipment.Builder
The shipment of a single item, from one of its pickups to one of its deliveries.Methods in com.google.cloud.optimization.v1 that return ShipmentOrBuilder Modifier and Type Method Description ShipmentOrBuilder
ShipmentModel.Builder. getShipmentsOrBuilder(int index)
Set of shipments which must be performed in the model.ShipmentOrBuilder
ShipmentModel. getShipmentsOrBuilder(int index)
Set of shipments which must be performed in the model.ShipmentOrBuilder
ShipmentModelOrBuilder. getShipmentsOrBuilder(int index)
Set of shipments which must be performed in the model.Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentOrBuilder Modifier and Type Method Description List<? extends ShipmentOrBuilder>
ShipmentModel.Builder. getShipmentsOrBuilderList()
Set of shipments which must be performed in the model.List<? extends ShipmentOrBuilder>
ShipmentModel. getShipmentsOrBuilderList()
Set of shipments which must be performed in the model.List<? extends ShipmentOrBuilder>
ShipmentModelOrBuilder. getShipmentsOrBuilderList()
Set of shipments which must be performed in the model.
-