File tree Expand file tree Collapse file tree
google/cloud/optimization/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2300,10 +2300,12 @@ message AggregatedMetrics {
23002300 google.protobuf.Duration visit_duration = 6 ;
23012301
23022302 // The total duration should be equal to the sum of all durations above.
2303- // For routes, it also corresponds to
2303+ // For routes, it also corresponds to:
2304+ // ```
23042305 // [ShipmentRoute.vehicle_end_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_end_time]
23052306 // -
2306- // [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time].
2307+ // [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time]
2308+ // ```
23072309 google.protobuf.Duration total_duration = 7 ;
23082310
23092311 // Total travel distance for a route or a solution.
You can’t perform that action at this time.
0 commit comments