Skip to content

Commit

Permalink
docs: [places] slightly improved documentation for EVOptions in Searc…
Browse files Browse the repository at this point in the history
…hTextRequest (#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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 23, 2024
1 parent 3b345ca commit f2a1e2e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ message SearchTextRequest {

// Searchable EV options of a place search request.
message EVOptions {
// Optional. Filtering places by minimum charging rate. Any places with
// charging a rate less than the minimum charging rate are filtered out.
// Optional. Minimum required charging rate in kilowatts. A place with a
// charging rate less than the specified rate is filtered out.
double minimum_charging_rate_kw = 1
[(google.api.field_behavior) = OPTIONAL];

// Optional. The list of preferred EV connector types. A place that does not
// support any of the listed connector types are filter out.
// support any of the listed connector types is filtered out.
repeated EVConnectorType connector_types = 2
[(google.api.field_behavior) = OPTIONAL];
}
Expand Down

0 comments on commit f2a1e2e

Please sign in to comment.