Skip to content

Commit 946b082

Browse files
feat: Automated regeneration of areainsights v1 client (googleapis#23246)
Auto-created at 2025-05-25 10:00:10 +0000 using the toys pull request generator.
1 parent 2545d9e commit 946b082

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

generated/google-apis-areainsights_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-areainsights_v1
22

3+
### v0.5.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250521
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.4.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-areainsights_v1/lib/google/apis/areainsights_v1/classes.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,11 @@ def update!(**args)
332332
class Region
333333
include Google::Apis::Core::Hashable
334334

335-
# The unique identifier of a specific geographic region.
335+
# The [place ID](https://developers.google.com/maps/documentation/places/web-
336+
# service/place-id) of the geographic region. Not all region types are supported;
337+
# see documentation for details. **Format:** Must be in the format `places/
338+
# PLACE_ID`, where `PLACE_ID` is the unique identifier of a place. For example: `
339+
# places/ChIJPV4oX_65j4ARVW8IJ6IJUYs`.
336340
# Corresponds to the JSON property `place`
337341
# @return [String]
338342
attr_accessor :place

generated/google-apis-areainsights_v1/lib/google/apis/areainsights_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AreainsightsV1
1818
# Version of the google-apis-areainsights_v1 gem
19-
GEM_VERSION = "0.4.0"
19+
GEM_VERSION = "0.5.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250325"
25+
REVISION = "20250521"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)