google-apis-places_v1 0.36.0 → 0.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0cf20f86548af1a7d5576ec1e67938aa666eff35ac1bbe9e6542ec510608f69
4
- data.tar.gz: 8d1e475e8b552a64f7fea17380bbc0f603a80ef4dff68a46ca499ac4d33dbc7f
3
+ metadata.gz: 6faeb0a33143aef56b1cc945287cf9eccc26f7fe6aee2197793c06fc9126645b
4
+ data.tar.gz: d8ccbac745ea91df0d5a8544da6136085ee6c948be84ee33ed7cec19c3f1ad0b
5
5
  SHA512:
6
- metadata.gz: ab937621db38ec6908eb6bf7cc7a28a95199b237b7fa5fd0a7d675938a63a44d1cf842bab791b0e9acc280770865d4e4f276ecb2bfb3889b31ba5a365a8a7c01
7
- data.tar.gz: eee370eff4d2df23f5aaae8b75d3fbd245ad80a505d20370ecbff035307b9fe9c04d98d79dc498c611fb745a95741f167aafd200cc33ded0ac6aa88c6e190d42
6
+ metadata.gz: 8c7dd9de8918ae9636ad51124918de88bd79c9361154242bc8141677a0a9ee69e3034bf7431f7adef745b872cb7491e66937a522cefff551eb905a7bd2b47470
7
+ data.tar.gz: 62a34e5e03d72729be43d84796b52976132f1b529a3f08be31cf8df1c9238e32990becb26ddec8a2c57c8b88e8f3c4a98980adc6f0d1346a9a3361d6527d9de5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.37.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250629
6
+
3
7
  ### v0.36.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250611
@@ -1394,11 +1394,13 @@ module Google
1394
1394
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PriceRange]
1395
1395
  attr_accessor :price_range
1396
1396
 
1397
- # The primary type of the given result. This type must one of the Places API
1397
+ # The primary type of the given result. This type must be one of the Places API
1398
1398
  # supported types. For example, "restaurant", "cafe", "airport", etc. A place
1399
1399
  # can only have a single primary type. For the complete list of possible values,
1400
1400
  # see Table A and Table B at https://developers.google.com/maps/documentation/
1401
- # places/web-service/place-types
1401
+ # places/web-service/place-types. The primary type may be missing if the place's
1402
+ # primary type is not a supported type. When a primary type is present, it is
1403
+ # always one of the types in the `types` field.
1402
1404
  # Corresponds to the JSON property `primaryType`
1403
1405
  # @return [String]
1404
1406
  attr_accessor :primary_type
@@ -1993,9 +1995,16 @@ module Google
1993
1995
  attr_accessor :open_now
1994
1996
  alias_method :open_now?, :open_now
1995
1997
 
1996
- # NOTE: The ordering of the `periods` array is independent of the ordering of
1997
- # the `weekday_descriptions` array. Do not assume they will begin on the same
1998
- # day.
1998
+ # The periods that this place is open during the week. The periods are in
1999
+ # chronological order, in the place-local timezone. An empty (but not absent)
2000
+ # value indicates a place that is never open, e.g. because it is closed
2001
+ # temporarily for renovations. The starting day of `periods` is NOT fixed and
2002
+ # should not be assumed to be Sunday. The API determines the start day based on
2003
+ # a variety of factors. For example, for a 24/7 business, the first period may
2004
+ # begin on the day of the request. For other businesses, it might be the first
2005
+ # day of the week that they are open. NOTE: The ordering of the `periods` array
2006
+ # is independent of the ordering of the `weekday_descriptions` array. Do not
2007
+ # assume they will begin on the same day.
1999
2008
  # Corresponds to the JSON property `periods`
2000
2009
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHoursPeriod>]
2001
2010
  attr_accessor :periods
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250611"
25
+ REVISION = "20250629"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-places_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.36.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.37.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1
62
62
  rdoc_options: []
63
63
  require_paths: