File tree Expand file tree Collapse file tree
google/maps/fleetengine/delivery/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,12 @@ message ListDeliveryVehiclesRequest {
275275 //
276276 // Note that the only queries supported for `ListDeliveryVehicles` are
277277 // on vehicle attributes (for example, `attributes.<key> = <value>` or
278- // `attributes.<key1> = <value1> AND attributes.<key2> = <value2>`).
278+ // `attributes.<key1> = <value1> AND attributes.<key2> = <value2>`). Also, all
279+ // attributes are stored as strings, so the only supported comparisons against
280+ // attributes are string comparisons. In order to compare against number or
281+ // boolean values, the values must be explicitly quoted to be treated as
282+ // strings (for example, `attributes.<key> = "10"` or
283+ // `attributes.<key> = "true"`).
279284 string filter = 6 [(google.api.field_behavior ) = OPTIONAL ];
280285
281286 // Optional. A filter that limits the search area to a rectangle defined by the
You can’t perform that action at this time.
0 commit comments