Skip to content

Commit cbd3367

Browse files
Google APIscopybara-github
authored andcommitted
docs: updated description of SearchVehiclesRequest.trip_types
SearchVehiclesRequest.trip_types is more than just a filter. It is the TripType of the trip being proposed. PiperOrigin-RevId: 440162035
1 parent f6d8d83 commit cbd3367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/maps/fleetengine/v1/vehicle_api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ message SearchVehiclesRequest {
374374
// the capacity value.
375375
int32 minimum_capacity = 8 [(google.api.field_behavior) = REQUIRED];
376376

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

0 commit comments

Comments
 (0)