public sealed class VehicleLoad : IMessage<ShipmentRoute.Types.VehicleLoad>, IEquatable<ShipmentRoute.Types.VehicleLoad>, IDeepCloneable<ShipmentRoute.Types.VehicleLoad>, IBufferMessage, IMessage
Reports the actual load of the vehicle at some point along the route,
for a given type (see [Transition.vehicle_loads][google.cloud.optimization.v1.ShipmentRoute.Transition.vehicle_loads]).
The amount of load on the vehicle, for the given type. The unit of load
is usually indicated by the type. See [Transition.vehicle_loads][google.cloud.optimization.v1.ShipmentRoute.Transition.vehicle_loads].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `VehicleLoad` class within the `Google.Cloud.Optimization.V1` namespace, specifically for the beta version 1.0.0-beta01."],["The `VehicleLoad` class reports the actual load of a vehicle at a certain point along its route for a specified load type, as referenced in `Transition.vehicle_loads`."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor `VehicleLoad()` and an overloaded constructor `VehicleLoad(ShipmentRoute.Types.VehicleLoad)` for copying, as well as a property called `Amount` to provide a load amount."],["There are various versions of the documentation available, with version 2.6.0 being the latest and version 1.0.0-beta01 being the one covered on this page."]]],[]]