Skip to content

Commit

Permalink
docs: Minor formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557516220
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 16, 2023
1 parent 73a522a commit ba5bae4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions google/cloud/optimization/v1/fleet_routing.proto
Expand Up @@ -2300,10 +2300,12 @@ message AggregatedMetrics {
google.protobuf.Duration visit_duration = 6;

// The total duration should be equal to the sum of all durations above.
// For routes, it also corresponds to
// For routes, it also corresponds to:
// ```
// [ShipmentRoute.vehicle_end_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_end_time]
// -
// [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time].
// [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time]
// ```
google.protobuf.Duration total_duration = 7;

// Total travel distance for a route or a solution.
Expand Down

0 comments on commit ba5bae4

Please sign in to comment.