Skip to content

Commit

Permalink
docs: correct SearchVehiclesRequest.ordered_by description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704403622

Source-Link: googleapis/googleapis@4e78e68

Source-Link: googleapis/googleapis-gen@1574331
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuTWFwcy5GbGVldEVuZ2luZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMTU3NDMzMTI2YjNjNjU0NjI1NGQ5ZjhjMzc4NWIwYWYxOWI5ZDdiYyJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Dec 10, 2024
1 parent da4a57a commit 74de6e8
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4521,7 +4521,8 @@ public int? VehiclePickupToDropoffDistanceMeters {
public const int RequestedOrderedByFieldNumber = 9;
private global::Google.Maps.FleetEngine.V1.SearchVehiclesRequest.Types.VehicleMatchOrder requestedOrderedBy_ = global::Google.Maps.FleetEngine.V1.SearchVehiclesRequest.Types.VehicleMatchOrder.UnknownVehicleMatchOrder;
/// <summary>
/// The order requested for sorting vehicle matches.
/// The order requested for sorting vehicle matches. Equivalent to
/// `ordered_by`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand All @@ -4536,10 +4537,8 @@ public int? VehiclePickupToDropoffDistanceMeters {
public const int OrderedByFieldNumber = 10;
private global::Google.Maps.FleetEngine.V1.SearchVehiclesRequest.Types.VehicleMatchOrder orderedBy_ = global::Google.Maps.FleetEngine.V1.SearchVehiclesRequest.Types.VehicleMatchOrder.UnknownVehicleMatchOrder;
/// <summary>
/// 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`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 74de6e8

Please sign in to comment.