Skip to content

Commit fecd7cf

Browse files
feat: Automated regeneration of Places client (#13134)
Auto-created at 2025-03-11 13:18:07 +0000 using the toys pull request generator.
1 parent 17b3a5e commit fecd7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/places/lib/google_api/places/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Places.V1 do
2020
API client metadata for GoogleApi.Places.V1.
2121
"""
2222

23-
@discovery_revision "20250302"
23+
@discovery_revision "20250309"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/places/lib/google_api/places/v1/model/google_maps_places_v1_place_sub_destination.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Places.V1.Model.GoogleMapsPlacesV1PlaceSubDestination do
1919
@moduledoc """
20-
Place resource name and id of sub destinations that relate to the place. For example, different terminals are different destinations of an airport.
20+
Sub destinations are specific places associated with a main place. These provide more specific destinations for users who are searching for a large or complex place, like an airport, national park, university, or stadium. For example, sub destinations at an airport might include associated terminals and parking lots. Sub destinations return the place id and place resource name, which can be used in subsequent Place Details (New) requests to fetch richer details, including the sub destination's displayName and location.
2121
2222
## Attributes
2323

0 commit comments

Comments
 (0)