File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
generated/google-apis-areainsights_v1
lib/google/apis/areainsights_v1 Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-areainsights_v1
2
2
3
+ ### v0.5.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.4.0 (2025-05-04)
4
9
5
10
* Regenerated using generator version 0.17.0
Original file line number Diff line number Diff line change @@ -332,7 +332,11 @@ def update!(**args)
332
332
class Region
333
333
include Google ::Apis ::Core ::Hashable
334
334
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`.
336
340
# Corresponds to the JSON property `place`
337
341
# @return [String]
338
342
attr_accessor :place
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module AreainsightsV1
18
18
# Version of the google-apis-areainsights_v1 gem
19
- GEM_VERSION = "0.4 .0"
19
+ GEM_VERSION = "0.5 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250325 "
25
+ REVISION = "20250521 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments