Skip to content

Commit

Permalink
docs: updated description of SearchVehiclesRequest.trip_types
Browse files Browse the repository at this point in the history
SearchVehiclesRequest.trip_types is more than just a filter.  It is the TripType of the trip being proposed.

PiperOrigin-RevId: 440162035
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 7, 2022
1 parent f6d8d83 commit cbd3367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/maps/fleetengine/v1/vehicle_api.proto
Expand Up @@ -374,8 +374,8 @@ message SearchVehiclesRequest {
// the capacity value.
int32 minimum_capacity = 8 [(google.api.field_behavior) = REQUIRED];

// Required. Restricts the search to only those vehicles that support at least
// one of the specified trip types.
// Required. Represents the type of proposed trip. Eligible vehicles are those
// that can support at least one of the given trip type.
//
// At the present time, only `EXCLUSIVE` is supported.
repeated TripType trip_types = 9 [(google.api.field_behavior) = REQUIRED];
Expand Down

0 comments on commit cbd3367

Please sign in to comment.