docs: update the public protos

PiperOrigin-RevId: 547798830
This commit is contained in:
Google APIs 2023-07-13 07:46:56 -07:00 committed by Copybara-Service
parent d2f3b35e4b
commit 39f31b86d7

View file

@ -457,7 +457,7 @@ message SearchVehiclesRequest {
//
// `EXCLUSIVE` and `SHARED` may not be included together.
// `SHARED` is not supported when `current_trips_present` is
// `CURRENT_TRIPS_PRESENT_UNSPECIFIED`.
// `CURRENT_TRIPS_PRESENT_UNSPECIFIED`. `UNKNOWN_TRIP_TYPE` is not allowed.
repeated TripType trip_types = 9 [(google.api.field_behavior) = REQUIRED];
// Restricts the search to only those vehicles that have updated their
@ -466,7 +466,8 @@ message SearchVehiclesRequest {
google.protobuf.Duration maximum_staleness = 10;
// Required. Restricts the search to vehicles with one of the specified types.
// At least one vehicle type must be specified.
// At least one vehicle type must be specified. VehicleTypes with a category
// of `UNKNOWN` are not allowed.
repeated Vehicle.VehicleType vehicle_types = 14
[(google.api.field_behavior) = REQUIRED];
@ -620,7 +621,7 @@ message ListVehiclesRequest {
google.protobuf.Duration maximum_staleness = 8;
// Required. Restricts the response to vehicles with one of the specified type
// categories.
// categories. `UNKNOWN` is not allowed.
repeated Vehicle.VehicleType.Category vehicle_type_categories = 9
[(google.api.field_behavior) = REQUIRED];