google-apis-places_v1 0.35.0 → 0.36.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/places_v1/classes.rb +31 -26
- 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: c0cf20f86548af1a7d5576ec1e67938aa666eff35ac1bbe9e6542ec510608f69
|
4
|
+
data.tar.gz: 8d1e475e8b552a64f7fea17380bbc0f603a80ef4dff68a46ca499ac4d33dbc7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab937621db38ec6908eb6bf7cc7a28a95199b237b7fa5fd0a7d675938a63a44d1cf842bab791b0e9acc280770865d4e4f276ecb2bfb3889b31ba5a365a8a7c01
|
7
|
+
data.tar.gz: eee370eff4d2df23f5aaae8b75d3fbd245ad80a505d20370ecbff035307b9fe9c04d98d79dc498c611fb745a95741f167aafd200cc33ded0ac6aa88c6e190d42
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-places_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250611
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.35.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250506
|
@@ -1368,16 +1368,17 @@ module Google
|
|
1368
1368
|
# @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlacePlusCode]
|
1369
1369
|
attr_accessor :plus_code
|
1370
1370
|
|
1371
|
-
# Represents a postal address
|
1372
|
-
#
|
1373
|
-
#
|
1374
|
-
# locations
|
1375
|
-
# created by user input or from importing existing data, depending on the
|
1376
|
-
# of process. Advice on address input or editing: - Use an
|
1377
|
-
# ready address widget such as https://github.com/google/
|
1378
|
-
# Users should not be presented with UI elements for input or
|
1379
|
-
# outside countries where that field is used. For more
|
1380
|
-
# this schema, see: https://support.google.com/business/
|
1371
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
1372
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
1373
|
+
# box, or similar. A postal address is not intended to model geographical
|
1374
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
1375
|
+
# be created by user input or from importing existing data, depending on the
|
1376
|
+
# type of process. Advice on address input or editing: - Use an
|
1377
|
+
# internationalization-ready address widget such as https://github.com/google/
|
1378
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
1379
|
+
# editing of fields outside countries where that field is used. For more
|
1380
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
1381
|
+
# answer/6397478.
|
1381
1382
|
# Corresponds to the JSON property `postalAddress`
|
1382
1383
|
# @return [Google::Apis::PlacesV1::GoogleTypePostalAddress]
|
1383
1384
|
attr_accessor :postal_address
|
@@ -1992,10 +1993,9 @@ module Google
|
|
1992
1993
|
attr_accessor :open_now
|
1993
1994
|
alias_method :open_now?, :open_now
|
1994
1995
|
|
1995
|
-
# The
|
1996
|
-
#
|
1997
|
-
#
|
1998
|
-
# because it is closed temporarily for renovations.
|
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.
|
1999
1999
|
# Corresponds to the JSON property `periods`
|
2000
2000
|
# @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHoursPeriod>]
|
2001
2001
|
attr_accessor :periods
|
@@ -2014,8 +2014,12 @@ module Google
|
|
2014
2014
|
attr_accessor :special_days
|
2015
2015
|
|
2016
2016
|
# Localized strings describing the opening hours of this place, one string for
|
2017
|
-
# each day of the week.
|
2018
|
-
#
|
2017
|
+
# each day of the week. NOTE: The order of the days and the start of the week is
|
2018
|
+
# determined by the locale (language and region). The ordering of the `periods`
|
2019
|
+
# array is independent of the ordering of the `weekday_descriptions` array. Do
|
2020
|
+
# not assume they will begin on the same day. Will be empty if the hours are
|
2021
|
+
# unknown or could not be converted to localized text. Example: "Sun: 18:00–06:
|
2022
|
+
# 00"
|
2019
2023
|
# Corresponds to the JSON property `weekdayDescriptions`
|
2020
2024
|
# @return [Array<String>]
|
2021
2025
|
attr_accessor :weekday_descriptions
|
@@ -3310,16 +3314,17 @@ module Google
|
|
3310
3314
|
end
|
3311
3315
|
end
|
3312
3316
|
|
3313
|
-
# Represents a postal address
|
3314
|
-
#
|
3315
|
-
#
|
3316
|
-
# locations
|
3317
|
-
# created by user input or from importing existing data, depending on the
|
3318
|
-
# of process. Advice on address input or editing: - Use an
|
3319
|
-
# ready address widget such as https://github.com/google/
|
3320
|
-
# Users should not be presented with UI elements for input or
|
3321
|
-
# outside countries where that field is used. For more
|
3322
|
-
# this schema, see: https://support.google.com/business/
|
3317
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
3318
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
3319
|
+
# box, or similar. A postal address is not intended to model geographical
|
3320
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
3321
|
+
# be created by user input or from importing existing data, depending on the
|
3322
|
+
# type of process. Advice on address input or editing: - Use an
|
3323
|
+
# internationalization-ready address widget such as https://github.com/google/
|
3324
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
3325
|
+
# editing of fields outside countries where that field is used. For more
|
3326
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
3327
|
+
# answer/6397478.
|
3323
3328
|
class GoogleTypePostalAddress
|
3324
3329
|
include Google::Apis::Core::Hashable
|
3325
3330
|
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250611"
|
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.
|
4
|
+
version: 0.36.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.36.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Places API (New) V1
|
79
79
|
test_files: []
|