google-apis-places_v1 0.22.0 → 0.24.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: 3fd137361cd1c42e244c68fe43773db232227a09ad1a8f4fb81babda52e3defe
4
- data.tar.gz: 184c05d15b6c2712e4a1510a2c8cb5bc6a88be9b57e5ff18c024918e6b6e7dbc
3
+ metadata.gz: 31bf75d639681e105dd6e4cec8017e799cbe5acd00a4fd1d0438dcf51b45805e
4
+ data.tar.gz: 5175ba147d8601604b5f40f700d26516f6c686cd6703a4b451219db34850452d
5
5
  SHA512:
6
- metadata.gz: a35037aec2803054feda456a9f41642ff49a0d8d72cec1813f46545e14a8cb27a251f1716472dfe4477eba8f3d4c0addf1c3225e0338fc95879360bac9419c6c
7
- data.tar.gz: 7e65bd7c269789aa1b3b241ac617faa011af45b87eb3a0d53eae4a2e01666bdccb558674f195f5a572d0c8e2f7e643cf8a37374b5f6a92d83d17340996536dd9
6
+ metadata.gz: 11b491779e06dbbc2a978f509ace3116de5a3ebe0b51d7736a78996f2f8fc8b4114d9dc70199ea5987fef9d2a643e7213456e9d55f59a16c5800de07d27e1b51
7
+ data.tar.gz: d1fc3f9c548e8a15e5ad9e9908101c6a4363e52b6df66eb66f37d150c0f4cf57aae546f4de9c2436ec0b694f690f3030cebdbd8347e72d967ea6d86b1017801b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.24.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240825
6
+
7
+ ### v0.23.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240729
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.22.0 (2024-05-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240519
@@ -1619,8 +1619,10 @@ module Google
1619
1619
  class GoogleMapsPlacesV1PlaceOpeningHours
1620
1620
  include Google::Apis::Core::Hashable
1621
1621
 
1622
- # Is this place open right now? Always present unless we lack time-of-day or
1623
- # timezone data for these opening hours.
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.
1624
1626
  # Corresponds to the JSON property `openNow`
1625
1627
  # @return [Boolean]
1626
1628
  attr_accessor :open_now
@@ -2441,7 +2443,7 @@ module Google
2441
2443
  # index in the places field. The contents that are relevant to the `text_query`
2442
2444
  # in the request are preferred. If the contextual content is not available for
2443
2445
  # one of the places, it will return non-contextual content. It will be empty
2444
- # only when the content is unavailable for this place. This list should have as
2446
+ # only when the content is unavailable for this place. This list will have as
2445
2447
  # many entries as the list of places if requested.
2446
2448
  # Corresponds to the JSON property `contextualContents`
2447
2449
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1ContextualContent>]
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240519"
25
+ REVISION = "20240825"
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.22.0
4
+ version: 0.24.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-26 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.24.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: []