google-apis-places_v1 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50935c43d8f7b874c06e1fbe4ac229213d0c207521fa4971d3c20fb59e502aea
4
- data.tar.gz: 6b8a028240ff9ab4aeaaeea3f516c4424a5a62459690b2ed5a74043a32389916
3
+ metadata.gz: 3fd137361cd1c42e244c68fe43773db232227a09ad1a8f4fb81babda52e3defe
4
+ data.tar.gz: 184c05d15b6c2712e4a1510a2c8cb5bc6a88be9b57e5ff18c024918e6b6e7dbc
5
5
  SHA512:
6
- metadata.gz: 9fdaea3f4ae1dedb831dd07a108cac73a760d08766659d4a4ed167a36bab1ebe9142931cd646ddffbeb12d47d840e554e580ba56bdf0c9ff90fed79b02bb1fba
7
- data.tar.gz: 1c1cde00d1d6ce7aab3b744e078719bf71acde11a0d310cdc4f23b3992121acc792503b2b42130a207c0b049c4ae092ac966da6d26e9fa05007408aebb1a56fb
6
+ metadata.gz: a35037aec2803054feda456a9f41642ff49a0d8d72cec1813f46545e14a8cb27a251f1716472dfe4477eba8f3d4c0addf1c3225e0338fc95879360bac9419c6c
7
+ data.tar.gz: 7e65bd7c269789aa1b3b241ac617faa011af45b87eb3a0d53eae4a2e01666bdccb558674f195f5a572d0c8e2f7e643cf8a37374b5f6a92d83d17340996536dd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.22.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240519
6
+
3
7
  ### v0.21.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240512
@@ -111,10 +111,11 @@ module Google
111
111
  alias_method :include_query_predictions?, :include_query_predictions
112
112
 
113
113
  # Optional. Included primary Place type (for example, "restaurant" or "
114
- # gas_station") from https://developers.google.com/maps/documentation/places/web-
115
- # service/place-types. A Place is only returned if its primary type is included
116
- # in this list. Up to 5 values can be specified. If no types are specified, all
117
- # Place types are returned.
114
+ # gas_station") in Place Types (https://developers.google.com/maps/documentation/
115
+ # places/web-service/place-types), or only `(regions)`, or only `(cities)`. A
116
+ # Place is only returned if its primary type is included in this list. Up to 5
117
+ # values can be specified. If no types are specified, all Place types are
118
+ # returned.
118
119
  # Corresponds to the JSON property `includedPrimaryTypes`
119
120
  # @return [Array<String>]
120
121
  attr_accessor :included_primary_types
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlacesV1
18
18
  # Version of the google-apis-places_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240512"
25
+ REVISION = "20240519"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-places_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1
63
63
  post_install_message:
64
64
  rdoc_options: []