Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clear() |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearCostPerUnitAboveSoftMax() |
If the load ever exceeds
[soft_max_load][google.cloud.optimization.v1.Vehicle.LoadLimit.soft_max_load]
along this vehicle's route, the following cost penalty applies (only once
per vehicle): (load -
[soft_max_load][google.cloud.optimization.v1.Vehicle.LoadLimit.soft_max_load])
* [cost_per_unit_above_soft_max][google.cloud.optimization.v1.Vehicle.LoadLimit.cost_per_unit_above_soft_max].
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearEndLoadInterval() |
The acceptable load interval of the vehicle at the end of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearMaxLoad() |
The maximum acceptable amount of load.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearSoftMaxLoad() |
A soft limit of the load.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clearStartLoadInterval() |
The acceptable load interval of the vehicle at the start of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.clone() |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeEndLoadInterval(Vehicle.LoadLimit.Interval value) |
The acceptable load interval of the vehicle at the end of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeFrom(Vehicle.LoadLimit other) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeStartLoadInterval(Vehicle.LoadLimit.Interval value) |
The acceptable load interval of the vehicle at the start of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.newBuilder() |
|
static Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.newBuilder(Vehicle.LoadLimit prototype) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.newBuilderForType() |
|
protected Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setCostPerUnitAboveSoftMax(double value) |
If the load ever exceeds
[soft_max_load][google.cloud.optimization.v1.Vehicle.LoadLimit.soft_max_load]
along this vehicle's route, the following cost penalty applies (only once
per vehicle): (load -
[soft_max_load][google.cloud.optimization.v1.Vehicle.LoadLimit.soft_max_load])
* [cost_per_unit_above_soft_max][google.cloud.optimization.v1.Vehicle.LoadLimit.cost_per_unit_above_soft_max].
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setEndLoadInterval(Vehicle.LoadLimit.Interval value) |
The acceptable load interval of the vehicle at the end of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setEndLoadInterval(Vehicle.LoadLimit.Interval.Builder builderForValue) |
The acceptable load interval of the vehicle at the end of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setMaxLoad(long value) |
The maximum acceptable amount of load.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setSoftMaxLoad(long value) |
A soft limit of the load.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setStartLoadInterval(Vehicle.LoadLimit.Interval value) |
The acceptable load interval of the vehicle at the start of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setStartLoadInterval(Vehicle.LoadLimit.Interval.Builder builderForValue) |
The acceptable load interval of the vehicle at the start of the route.
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Vehicle.LoadLimit.Builder |
Vehicle.LoadLimit.toBuilder() |
|