From 7b892c4e4814a3229d07e9c5bb4e8377f7d550d7 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:58:18 -0400 Subject: [PATCH] docs: Minor formatting (#146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Minor formatting PiperOrigin-RevId: 557516220 Source-Link: https://github.com/googleapis/googleapis/commit/ba5bae4f305a1951304c0c4fdd0a4638bab34375 Source-Link: https://github.com/googleapis/googleapis-gen/commit/82074653f77dd3c0ce79db2bcc57a2888cf098f9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODIwNzQ2NTNmNzdkZDNjMGNlNzlkYjJiY2M1N2EyODg4Y2YwOThmOSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- google/cloud/optimization_v1/types/fleet_routing.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/google/cloud/optimization_v1/types/fleet_routing.py b/google/cloud/optimization_v1/types/fleet_routing.py index 793af93..827b89e 100644 --- a/google/cloud/optimization_v1/types/fleet_routing.py +++ b/google/cloud/optimization_v1/types/fleet_routing.py @@ -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.