Class protos.google.cloud.optimization.v1.ShipmentModel (3.2.0)

Represents a ShipmentModel.

Package

@google-cloud/optimization

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.optimization.v1.IShipmentModel);

Constructs a new ShipmentModel.

Parameter
NameDescription
properties IShipmentModel

Properties to set

Properties

_maxActiveVehicles

public _maxActiveVehicles?: "maxActiveVehicles";

ShipmentModel _maxActiveVehicles.

breakRules

public breakRules: google.cloud.optimization.v1.ShipmentModel.IBreakRule[];

ShipmentModel breakRules.

durationDistanceMatrices

public durationDistanceMatrices: google.cloud.optimization.v1.ShipmentModel.IDurationDistanceMatrix[];

ShipmentModel durationDistanceMatrices.

durationDistanceMatrixDstTags

public durationDistanceMatrixDstTags: string[];

ShipmentModel durationDistanceMatrixDstTags.

durationDistanceMatrixSrcTags

public durationDistanceMatrixSrcTags: string[];

ShipmentModel durationDistanceMatrixSrcTags.

globalDurationCostPerHour

public globalDurationCostPerHour: number;

ShipmentModel globalDurationCostPerHour.

globalEndTime

public globalEndTime?: (google.protobuf.ITimestamp|null);

ShipmentModel globalEndTime.

globalStartTime

public globalStartTime?: (google.protobuf.ITimestamp|null);

ShipmentModel globalStartTime.

maxActiveVehicles

public maxActiveVehicles?: (number|null);

ShipmentModel maxActiveVehicles.

precedenceRules

public precedenceRules: google.cloud.optimization.v1.ShipmentModel.IPrecedenceRule[];

ShipmentModel precedenceRules.

shipments

public shipments: google.cloud.optimization.v1.IShipment[];

ShipmentModel shipments.

shipmentTypeIncompatibilities

public shipmentTypeIncompatibilities: google.cloud.optimization.v1.IShipmentTypeIncompatibility[];

ShipmentModel shipmentTypeIncompatibilities.

shipmentTypeRequirements

public shipmentTypeRequirements: google.cloud.optimization.v1.IShipmentTypeRequirement[];

ShipmentModel shipmentTypeRequirements.

transitionAttributes

public transitionAttributes: google.cloud.optimization.v1.ITransitionAttributes[];

ShipmentModel transitionAttributes.

vehicles

public vehicles: google.cloud.optimization.v1.IVehicle[];

ShipmentModel vehicles.

Methods

create(properties)

public static create(properties?: google.cloud.optimization.v1.IShipmentModel): google.cloud.optimization.v1.ShipmentModel;

Creates a new ShipmentModel instance using the specified properties.

Parameter
NameDescription
properties IShipmentModel

Properties to set

Returns
TypeDescription
ShipmentModel

ShipmentModel instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.optimization.v1.ShipmentModel;

Decodes a ShipmentModel message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
ShipmentModel

ShipmentModel

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.optimization.v1.ShipmentModel;

Decodes a ShipmentModel message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ShipmentModel

ShipmentModel

encode(message, writer)

public static encode(message: google.cloud.optimization.v1.IShipmentModel, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ShipmentModel message. Does not implicitly messages.

Parameters
NameDescription
message IShipmentModel

ShipmentModel message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.optimization.v1.IShipmentModel, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ShipmentModel message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IShipmentModel

ShipmentModel message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.optimization.v1.ShipmentModel;

Creates a ShipmentModel message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
ShipmentModel

ShipmentModel

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for ShipmentModel

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this ShipmentModel to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.optimization.v1.ShipmentModel, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a ShipmentModel message. Also converts values to other types if specified.

Parameters
NameDescription
message ShipmentModel

ShipmentModel

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a ShipmentModel message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not