Skip to content

Commit f2a1e2e

Browse files
docs: [places] slightly improved documentation for EVOptions in SearchTextRequest (#5270)
* docs: slightly improved documentation for EVOptions in SearchTextRequest PiperOrigin-RevId: 626488358 Source-Link: googleapis/googleapis@54929cf Source-Link: googleapis/googleapis-gen@7306332 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtcGxhY2VzLy5Pd2xCb3QueWFtbCIsImgiOiI3MzA2MzMyNjE0YmY3YWU3MjIxZWQwZmVhNTgxYTM3YjU1MDk5YTQ0In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3b345ca commit f2a1e2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-maps-places/protos/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)