Skip to content

Commit

Permalink
docs: [fleetengine] correct SearchVehiclesRequest.ordered_by descript…
Browse files Browse the repository at this point in the history
…ion (#5872)

* docs: correct SearchVehiclesRequest.ordered_by description

PiperOrigin-RevId: 704403622

Source-Link: googleapis/googleapis@4e78e68

Source-Link: googleapis/googleapis-gen@1574331
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6IjE1NzQzMzEyNmIzYzY1NDYyNTRkOWY4YzM3ODViMGFmMTliOWQ3YmMifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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 <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: d-goog <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 69a2fe2 commit 931859e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -771,13 +771,12 @@ message VehicleMatch {
// Type of the vehicle match.
VehicleMatchType vehicle_match_type = 8;

// The order requested for sorting vehicle matches.
// The order requested for sorting vehicle matches. Equivalent to
// `ordered_by`.
SearchVehiclesRequest.VehicleMatchOrder requested_ordered_by = 9;

// The actual order that was used for this vehicle. Normally this
// will match the 'order_by' field from the request; however, in certain
// circumstances such as an internal server error, a different method
// may be used (such as `PICKUP_POINT_STRAIGHT_DISTANCE`).
// The order requested for sorting vehicle matches. Equivalent to
// `requested_ordered_by`.
SearchVehiclesRequest.VehicleMatchOrder ordered_by = 10;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-fleetengine/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/sinon": "^10.0.20",
"c8": "^9.1.0",
"gapic-tools": "^0.4.2",
"gts": "5.3.1",
"gts": "5.3.0",
"jsdoc": "^4.0.3",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
Expand Down

0 comments on commit 931859e

Please sign in to comment.