Class: Google::Maps::FleetEngine::Delivery::V1::VehicleStop::TaskInfo
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::Delivery::V1::VehicleStop::TaskInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb
Overview
Additional information about the Task performed at this stop.
Instance Attribute Summary collapse
-
#target_time_window ⇒ ::Google::Maps::FleetEngine::Delivery::V1::TimeWindow
readonly
Output only.
-
#task_duration ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#task_id ⇒ ::String
The Task ID.
Instance Attribute Details
#target_time_window ⇒ ::Google::Maps::FleetEngine::Delivery::V1::TimeWindow (readonly)
Returns Output only. The time window during which the task should be completed.
This is only set in the response to GetDeliveryVehicle
.
244 245 246 247 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb', line 244 class TaskInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task_duration ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The time required to perform the Task.
244 245 246 247 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb', line 244 class TaskInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task_id ⇒ ::String
Returns The Task ID. This field won't be populated in the response of a GetTask
call. Task IDs are subject to the following restrictions:
- Must be a valid Unicode string.
- Limited to a maximum length of 64 characters.
- Normalized according to Unicode Normalization Form C.
- May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'.
244 245 246 247 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb', line 244 class TaskInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |