Skip to content

Commit

Permalink
Regenerate places client (#3700)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 27, 2023
1 parent f18fac1 commit 9273e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MapsPlaces/Resource/Places.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
class Places extends \Google\Service\Resource
{
/**
* Get a Place with a place id (in a name) string. (places.get)
* Get place details with a place id (in a name) string. (places.get)
*
* @param string $name Required. A place ID returned in a Place (with "places/"
* prefix), or equivalently the name in the same Place. Format: places/place_id.
* prefix), or equivalently the name in the same Place. Format: placesplace_id*.
* @param array $optParams Optional parameters.
*
* @opt_param string languageCode Optional. Place details will be displayed with
Expand Down

0 comments on commit 9273e4a

Please sign in to comment.