From cbd3367ca67890161dbf28aab31fc25698cd08c2 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 7 Apr 2022 11:43:49 -0700 Subject: [PATCH] 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 --- google/maps/fleetengine/v1/vehicle_api.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/maps/fleetengine/v1/vehicle_api.proto b/google/maps/fleetengine/v1/vehicle_api.proto index b0df9e7a48f29..fbf03087e0119 100644 --- a/google/maps/fleetengine/v1/vehicle_api.proto +++ b/google/maps/fleetengine/v1/vehicle_api.proto @@ -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];