google-apis-places_v1 0.8.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 708f9f5258faecdce90adf08f9c4dcaa5914a366ff47e63c9ec789a7eae1b81c
|
4
|
+
data.tar.gz: 9b535749e9a3efe56b3a0adddc9e5725e31278ef164c90d24668421a1a0a9f03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5038628c8c7d8e7dc93df79ce7c8d51bfe3de3730f57b13cb46d93614f088b1d9eaa80e1350cf12a8baa77ad5207f801fe2c77f4d8eace71b2c1b34cfd535f22
|
7
|
+
data.tar.gz: 673e7616e533fc9351dc745050ebcae2152a4ff160935ad06fa323a4d8fc07f8bc8d984f51bf42867a9eaa298b1f4c90aa4d7c73d5535b1fbb2da9ae8b761862
|
data/CHANGELOG.md
CHANGED
@@ -131,6 +131,11 @@ module Google
|
|
131
131
|
class GoogleMapsPlacesV1Place
|
132
132
|
include Google::Apis::Core::Hashable
|
133
133
|
|
134
|
+
# Information about the accessibility options a place offers.
|
135
|
+
# Corresponds to the JSON property `accessibilityOptions`
|
136
|
+
# @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions]
|
137
|
+
attr_accessor :accessibility_options
|
138
|
+
|
134
139
|
# Output only. Repeated components for each locality level.
|
135
140
|
# Corresponds to the JSON property `addressComponents`
|
136
141
|
# @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAddressComponent>]
|
@@ -392,6 +397,7 @@ module Google
|
|
392
397
|
|
393
398
|
# Update properties of this object
|
394
399
|
def update!(**args)
|
400
|
+
@accessibility_options = args[:accessibility_options] if args.key?(:accessibility_options)
|
395
401
|
@address_components = args[:address_components] if args.key?(:address_components)
|
396
402
|
@adr_format_address = args[:adr_format_address] if args.key?(:adr_format_address)
|
397
403
|
@attributions = args[:attributions] if args.key?(:attributions)
|
@@ -435,6 +441,26 @@ module Google
|
|
435
441
|
end
|
436
442
|
end
|
437
443
|
|
444
|
+
# Information about the accessibility options a place offers.
|
445
|
+
class GoogleMapsPlacesV1PlaceAccessibilityOptions
|
446
|
+
include Google::Apis::Core::Hashable
|
447
|
+
|
448
|
+
# Places has wheelchair accessible entrance.
|
449
|
+
# Corresponds to the JSON property `wheelchairAccessibleEntrance`
|
450
|
+
# @return [Boolean]
|
451
|
+
attr_accessor :wheelchair_accessible_entrance
|
452
|
+
alias_method :wheelchair_accessible_entrance?, :wheelchair_accessible_entrance
|
453
|
+
|
454
|
+
def initialize(**args)
|
455
|
+
update!(**args)
|
456
|
+
end
|
457
|
+
|
458
|
+
# Update properties of this object
|
459
|
+
def update!(**args)
|
460
|
+
@wheelchair_accessible_entrance = args[:wheelchair_accessible_entrance] if args.key?(:wheelchair_accessible_entrance)
|
461
|
+
end
|
462
|
+
end
|
463
|
+
|
438
464
|
# The structured components that form the formatted address, if this information
|
439
465
|
# is available.
|
440
466
|
class GoogleMapsPlacesV1PlaceAddressComponent
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230927"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -46,6 +46,12 @@ module Google
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
+
class GoogleMapsPlacesV1PlaceAccessibilityOptions
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
49
55
|
class GoogleMapsPlacesV1PlaceAddressComponent
|
50
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
57
|
|
@@ -167,6 +173,8 @@ module Google
|
|
167
173
|
class GoogleMapsPlacesV1Place
|
168
174
|
# @private
|
169
175
|
class Representation < Google::Apis::Core::JsonRepresentation
|
176
|
+
property :accessibility_options, as: 'accessibilityOptions', class: Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions, decorator: Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions::Representation
|
177
|
+
|
170
178
|
collection :address_components, as: 'addressComponents', class: Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAddressComponent, decorator: Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAddressComponent::Representation
|
171
179
|
|
172
180
|
property :adr_format_address, as: 'adrFormatAddress'
|
@@ -222,6 +230,13 @@ module Google
|
|
222
230
|
end
|
223
231
|
end
|
224
232
|
|
233
|
+
class GoogleMapsPlacesV1PlaceAccessibilityOptions
|
234
|
+
# @private
|
235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
236
|
+
property :wheelchair_accessible_entrance, as: 'wheelchairAccessibleEntrance'
|
237
|
+
end
|
238
|
+
end
|
239
|
+
|
225
240
|
class GoogleMapsPlacesV1PlaceAddressComponent
|
226
241
|
# @private
|
227
242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.9.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: 2023-
|
11
|
+
date: 2023-10-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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.9.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: []
|