File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,13 +281,13 @@ message SearchTextRequest {
281281
282282 // Searchable EV options of a place search request.
283283 message EVOptions {
284- // Optional. Filtering places by minimum charging rate. Any places with
285- // charging a rate less than the minimum charging rate are filtered out.
284+ // Optional. Minimum required charging rate in kilowatts. A place with a
285+ // charging rate less than the specified rate is filtered out.
286286 double minimum_charging_rate_kw = 1
287287 [(google.api.field_behavior ) = OPTIONAL ];
288288
289289 // Optional. The list of preferred EV connector types. A place that does not
290- // support any of the listed connector types are filter out.
290+ // support any of the listed connector types is filtered out.
291291 repeated EVConnectorType connector_types = 2
292292 [(google.api.field_behavior ) = OPTIONAL ];
293293 }
You can’t perform that action at this time.
0 commit comments