Uses of Interface
com.google.cloud.optimization.v1.ShipmentModel.PrecedenceRuleOrBuilder
-
Packages that use ShipmentModel.PrecedenceRuleOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentModel.PrecedenceRuleOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentModel.PrecedenceRuleOrBuilder Modifier and Type Class Description static class
ShipmentModel.PrecedenceRule
A precedence rule between two events (each event is the pickup or the delivery of a shipment): the "second" event has to start at least `offset_duration` after "first" has started.static class
ShipmentModel.PrecedenceRule.Builder
A precedence rule between two events (each event is the pickup or the delivery of a shipment): the "second" event has to start at least `offset_duration` after "first" has started.Methods in com.google.cloud.optimization.v1 that return ShipmentModel.PrecedenceRuleOrBuilder Modifier and Type Method Description ShipmentModel.PrecedenceRuleOrBuilder
ShipmentModel.Builder. getPrecedenceRulesOrBuilder(int index)
Set of precedence rules which must be enforced in the model.ShipmentModel.PrecedenceRuleOrBuilder
ShipmentModel. getPrecedenceRulesOrBuilder(int index)
Set of precedence rules which must be enforced in the model.ShipmentModel.PrecedenceRuleOrBuilder
ShipmentModelOrBuilder. getPrecedenceRulesOrBuilder(int index)
Set of precedence rules which must be enforced in the model.Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentModel.PrecedenceRuleOrBuilder Modifier and Type Method Description List<? extends ShipmentModel.PrecedenceRuleOrBuilder>
ShipmentModel.Builder. getPrecedenceRulesOrBuilderList()
Set of precedence rules which must be enforced in the model.List<? extends ShipmentModel.PrecedenceRuleOrBuilder>
ShipmentModel. getPrecedenceRulesOrBuilderList()
Set of precedence rules which must be enforced in the model.List<? extends ShipmentModel.PrecedenceRuleOrBuilder>
ShipmentModelOrBuilder. getPrecedenceRulesOrBuilderList()
Set of precedence rules which must be enforced in the model.
-