google-apis-areainsights_v1 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a120a64f27c76259709f3cf8f16d81a13627485b49acb48f9287b4b23b3102f5
4
- data.tar.gz: d430ea4185c7190009ccc2e074578fe5e33bfecab48a518b1665ab45d9ff6753
3
+ metadata.gz: f325535307104a833077acf3e574f654018ce49abebb8e8ad1c9d5344963ecde
4
+ data.tar.gz: a2dd2276b507fbd985277dfbc4c40b37fb36f495bb915c4d5f14cfb26983a31d
5
5
  SHA512:
6
- metadata.gz: f1ee788a7817992cbb75ed7d095fad8a071df5e20c0e7a0dfe11d5dff513099ef00e09416d31fbc51ce106e84150d7f2fdea33e8b4492b2577a44f3ef9e5b013
7
- data.tar.gz: e56cef102a7f38c03831bc0eb6b489b051735dbb5e3615d4f700ed7c30057b6b6f1c2014500e601fe83f667caa8da671b8b62934e571ac7d5b9d67fdc89af0a3
6
+ metadata.gz: d24adef423ded3e04671fa9b5b3dc465a0c6519c1cc595d8d1ace744b3443324b83c6f842578031fe9c26afde27088c867b2671da083673f9df0eca7aca7a987
7
+ data.tar.gz: a35b6d56c660f0b60a720dd0cf69b1cc302e93612fca5e33774f1d64cf317360a304236e61934faf623ef51450ad88d0f0789d6c3088b79ec13272b47441b0b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-areainsights_v1
2
2
 
3
+ ### v0.2.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250226
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.1.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241211
@@ -34,8 +34,9 @@ module Google
34
34
  # @return [Google::Apis::AreainsightsV1::LatLng]
35
35
  attr_accessor :lat_lng
36
36
 
37
- # The Place resource name of the center of the circle. Only point places are
38
- # supported.
37
+ # **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the
38
+ # unique identifier of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`
39
+ # .
39
40
  # Corresponds to the JSON property `place`
40
41
  # @return [String]
41
42
  attr_accessor :place
@@ -148,7 +149,8 @@ module Google
148
149
  attr_accessor :operating_status
149
150
 
150
151
  # Optional. Restricts results to places whose price level is included on this
151
- # list. If price_level is not set, all price levels are included in the results.
152
+ # list. If `price_levels` is not set, all price levels are included in the
153
+ # results.
152
154
  # Corresponds to the JSON property `priceLevels`
153
155
  # @return [Array<String>]
154
156
  attr_accessor :price_levels
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241211"
25
+ REVISION = "20250226"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-areainsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-areainsights_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-areainsights_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-areainsights_v1/v0.2.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-areainsights_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Places Insights API V1
82
79
  test_files: []