Class Shipment.Load.Builder (1.83.0)

public static final class Shipment.Load.Builder extends GeneratedMessage.Builder<Shipment.Load.Builder> implements Shipment.LoadOrBuilder

When performing a visit, a predefined amount may be added to the vehicle load if it's a pickup, or subtracted if it's a delivery. This message defines such amount. See load_demands.

Protobuf type google.cloud.optimization.v1.Shipment.Load

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Shipment.Load build()
Returns
Type Description
Shipment.Load

buildPartial()

public Shipment.Load buildPartial()
Returns
Type Description
Shipment.Load

clear()

public Shipment.Load.Builder clear()
Returns
Type Description
Shipment.Load.Builder
Overrides

clearAmount()

public Shipment.Load.Builder clearAmount()

The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0.

int64 amount = 2;

Returns
Type Description
Shipment.Load.Builder

This builder for chaining.

getAmount()

public long getAmount()

The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0.

int64 amount = 2;

Returns
Type Description
long

The amount.

getDefaultInstanceForType()

public Shipment.Load getDefaultInstanceForType()
Returns
Type Description
Shipment.Load

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Shipment.Load other)

public Shipment.Load.Builder mergeFrom(Shipment.Load other)
Parameter
Name Description
other Shipment.Load
Returns
Type Description
Shipment.Load.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Shipment.Load.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Shipment.Load.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Shipment.Load.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Shipment.Load.Builder
Overrides

setAmount(long value)

public Shipment.Load.Builder setAmount(long value)

The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0.

int64 amount = 2;

Parameter
Name Description
value long

The amount to set.

Returns
Type Description
Shipment.Load.Builder

This builder for chaining.