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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50935c43d8f7b874c06e1fbe4ac229213d0c207521fa4971d3c20fb59e502aea
4
- data.tar.gz: 6b8a028240ff9ab4aeaaeea3f516c4424a5a62459690b2ed5a74043a32389916
3
+ metadata.gz: c15962b9b32e5b1e89460356ef4e50af37957fc739bc64f6cb7bb172126bdf65
4
+ data.tar.gz: d8c421569e30111509f7b1908948f359f5c56b9541a17111bf56169cb2117d6c
5
5
  SHA512:
6
- metadata.gz: 9fdaea3f4ae1dedb831dd07a108cac73a760d08766659d4a4ed167a36bab1ebe9142931cd646ddffbeb12d47d840e554e580ba56bdf0c9ff90fed79b02bb1fba
7
- data.tar.gz: 1c1cde00d1d6ce7aab3b744e078719bf71acde11a0d310cdc4f23b3992121acc792503b2b42130a207c0b049c4ae092ac966da6d26e9fa05007408aebb1a56fb
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") 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
@@ -1618,8 +1619,10 @@ module Google
1618
1619
  class GoogleMapsPlacesV1PlaceOpeningHours
1619
1620
  include Google::Apis::Core::Hashable
1620
1621
 
1621
- # Is this place open right now? Always present unless we lack time-of-day or
1622
- # 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.
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.21.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240512"
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.21.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-05-19 00:00:00.000000000 Z
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.21.0
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: []