Class: Google::Cloud::Optimization::V1::ShipmentRoute::VehicleLoad
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::ShipmentRoute::VehicleLoad
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
Reports the actual load of the vehicle at some point along the route, for a given type (see Transition.vehicle_loads).
Instance Attribute Summary collapse
-
#amount ⇒ ::Integer
The amount of load on the vehicle, for the given type.
Instance Attribute Details
#amount ⇒ ::Integer
Returns 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.
2251 2252 2253 2254 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2251 class VehicleLoad include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |