From ba5bae4f305a1951304c0c4fdd0a4638bab34375 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 16 Aug 2023 09:46:43 -0700 Subject: [PATCH] docs: Minor formatting PiperOrigin-RevId: 557516220 --- google/cloud/optimization/v1/fleet_routing.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/google/cloud/optimization/v1/fleet_routing.proto b/google/cloud/optimization/v1/fleet_routing.proto index d641cdd0f38be..0e1a237359a2a 100644 --- a/google/cloud/optimization/v1/fleet_routing.proto +++ b/google/cloud/optimization/v1/fleet_routing.proto @@ -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.