google-apis-places_v1 0.21.0 → 0.23.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 +9 -0
- data/lib/google/apis/places_v1/classes.rb +9 -6
- data/lib/google/apis/places_v1/gem_version.rb +3 -3
- 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: c15962b9b32e5b1e89460356ef4e50af37957fc739bc64f6cb7bb172126bdf65
|
4
|
+
data.tar.gz: d8c421569e30111509f7b1908948f359f5c56b9541a17111bf56169cb2117d6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f938ca852203c741456b6fd1538e13ec31f31365acc4d9c02ebe0d408c063cb0fe185ca7c55b79fff35e6891accf72da7a0206e758b551e97e453e76c9cc63f
|
7
|
+
data.tar.gz: 425ff38af6ff4db314238e64d147b5e3c81535b2d95e541726bd14e50bff2b70a4648bf50d0fed98cbf61842ebb276149382ef2c9b23a6b6419e59254e0b6c87
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-places_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240729
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.22.0 (2024-05-26)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240519
|
11
|
+
|
3
12
|
### v0.21.0 (2024-05-19)
|
4
13
|
|
5
14
|
* 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")
|
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
|
@@ -1618,8 +1619,10 @@ module Google
|
|
1618
1619
|
class GoogleMapsPlacesV1PlaceOpeningHours
|
1619
1620
|
include Google::Apis::Core::Hashable
|
1620
1621
|
|
1621
|
-
#
|
1622
|
-
#
|
1622
|
+
# Whether the opening hours period is currently active. For regular opening
|
1623
|
+
# hours and current opening hours, this field means whether the place is open.
|
1624
|
+
# For secondary opening hours and current secondary opening hours, this field
|
1625
|
+
# means whether the secondary hours of this place is active.
|
1623
1626
|
# Corresponds to the JSON property `openNow`
|
1624
1627
|
# @return [Boolean]
|
1625
1628
|
attr_accessor :open_now
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240729"
|
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.23.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-
|
11
|
+
date: 2024-08-04 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.23.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: []
|