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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/places_v1/classes.rb +5 -4
- data/lib/google/apis/places_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fd137361cd1c42e244c68fe43773db232227a09ad1a8f4fb81babda52e3defe
|
4
|
+
data.tar.gz: 184c05d15b6c2712e4a1510a2c8cb5bc6a88be9b57e5ff18c024918e6b6e7dbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a35037aec2803054feda456a9f41642ff49a0d8d72cec1813f46545e14a8cb27a251f1716472dfe4477eba8f3d4c0addf1c3225e0338fc95879360bac9419c6c
|
7
|
+
data.tar.gz: 7e65bd7c269789aa1b3b241ac617faa011af45b87eb3a0d53eae4a2e01666bdccb558674f195f5a572d0c8e2f7e643cf8a37374b5f6a92d83d17340996536dd9
|
data/CHANGELOG.md
CHANGED
@@ -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")
|
115
|
-
# service/place-types
|
116
|
-
#
|
117
|
-
# Place types are
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|