Skip to content

Commit 2593ea2

Browse files
Google APIscopybara-github
authored andcommitted
docs: update filter comment now that attribute query restrictions have been lifted
PiperOrigin-RevId: 470092284
1 parent 8d6fdc7 commit 2593ea2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

google/maps/fleetengine/delivery/v1/delivery_api.proto

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,8 @@ message ListDeliveryVehiclesRequest {
274274
// delivery vehicles are returned.
275275
//
276276
// Note that the only queries supported for `ListDeliveryVehicles` are
277-
// equality comparisons on vehicle attributes (`attributes.<key> = <value>`).
278-
// Comparison operators besides `=` (like `!=`, `>`, `<`, etc.) aren't
279-
// supported. Queries that include them are rejected. You can combine
280-
// attribute equality queries with **AND**, but not with any other boolean
281-
// operator.
277+
// on vehicle attributes (for example, `attributes.<key> = <value>` or
278+
// `attributes.<key1> = <value1> AND attributes.<key2> = <value2>`).
282279
string filter = 6 [(google.api.field_behavior) = OPTIONAL];
283280

284281
// Optional. A filter that limits the search area to a rectangle defined by the

0 commit comments

Comments
 (0)