Skip to content

Commit 54929cf

Browse files
Google APIscopybara-github
authored andcommitted
docs: slightly improved documentation for EVOptions in SearchTextRequest
PiperOrigin-RevId: 626488358
1 parent 835b84e commit 54929cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/maps/places/v1/places_service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)