Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

docs: Minor formatting #146

Merged
merged 2 commits into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions google/cloud/optimization_v1/types/fleet_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3645,9 +3645,14 @@ class AggregatedMetrics(proto.Message):
Total visit duration for a route or a
solution.
total_duration (google.protobuf.duration_pb2.Duration):
The total duration should be equal to the sum of all durations above. For routes, it also corresponds to [ShipmentRoute.vehicle_end_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_end_time]
The total duration should be equal to the sum of all
durations above. For routes, it also corresponds to:

[ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time].
::

[ShipmentRoute.vehicle_end_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_end_time]
-
[ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time]
travel_distance_meters (float):
Total travel distance for a route or a
solution.
Expand Down