Skip to content

Commit

Permalink
docs: clarify usage of compute_alternative_routes in proto comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 515674220
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 10, 2023
1 parent 430e838 commit 5d7f87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/maps/routing/v2/routes_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ message ComputeRoutesRequest {
[(google.api.field_behavior) = OPTIONAL];

// Optional. Specifies whether to calculate alternate routes in addition to
// the route.
// the route. No alternative routes are returned for requests that have
// intermediate waypoints.
bool compute_alternative_routes = 8 [(google.api.field_behavior) = OPTIONAL];

// Optional. A set of conditions to satisfy that affect the way routes are
Expand Down

0 comments on commit 5d7f87c

Please sign in to comment.