Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [fleetengine] correct SearchVehiclesRequest.ordered_by description #5872

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading