Skip to content

Commit

Permalink
docs: slightly improved documentation for EVOptions in SearchTextRequest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626488358
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 19, 2024
1 parent 835b84e commit 54929cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/maps/places/v1/places_service.proto
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 54929cf

Please sign in to comment.