google-apis-places_v1 0.9.0 → 0.10.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: 708f9f5258faecdce90adf08f9c4dcaa5914a366ff47e63c9ec789a7eae1b81c
4
- data.tar.gz: 9b535749e9a3efe56b3a0adddc9e5725e31278ef164c90d24668421a1a0a9f03
3
+ metadata.gz: 2aec94fd97df6db2a728caa78bf5105eb8897c9e491873ba2cf72a82d3ea342a
4
+ data.tar.gz: 2a060a39858d0b6a09a5af77bea7c45f0fc795ffd04e13af136d25ea5dd56034
5
5
  SHA512:
6
- metadata.gz: 5038628c8c7d8e7dc93df79ce7c8d51bfe3de3730f57b13cb46d93614f088b1d9eaa80e1350cf12a8baa77ad5207f801fe2c77f4d8eace71b2c1b34cfd535f22
7
- data.tar.gz: 673e7616e533fc9351dc745050ebcae2152a4ff160935ad06fa323a4d8fc07f8bc8d984f51bf42867a9eaa298b1f4c90aa4d7c73d5535b1fbb2da9ae8b761862
6
+ metadata.gz: 2a4aeaea734b102b84b6159d7f814af3f5ee995ab88e2653ac1849cd826fde702e702748b3071bc2b4e89691bdbd8142bfa509eb12a9c79f434f7ed7718274f8
7
+ data.tar.gz: d63a63f30eb733736ae264e5c3c4ae1e63995439235382821af8147d76f58b63215ff9ecf6d3287de7f957d0e511e3cd622e7d8ef1f25d8b1df9aac344ae552a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.10.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231016
6
+
3
7
  ### v0.9.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230927
@@ -136,28 +136,38 @@ module Google
136
136
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions]
137
137
  attr_accessor :accessibility_options
138
138
 
139
- # Output only. Repeated components for each locality level.
139
+ # Repeated components for each locality level. Note the following facts about
140
+ # the address_components[] array: - The array of address components may contain
141
+ # more components than the formatted_address. - The array does not necessarily
142
+ # include all the political entities that contain an address, apart from those
143
+ # included in the formatted_address. To retrieve all the political entities that
144
+ # contain a specific address, you should use reverse geocoding, passing the
145
+ # latitude/longitude of the address as a parameter to the request. - The format
146
+ # of the response is not guaranteed to remain the same between requests. In
147
+ # particular, the number of address_components varies based on the address
148
+ # requested and can change over time for the same address. A component can
149
+ # change position in the array. The type of the component can change. A
150
+ # particular component may be missing in a later response.
140
151
  # Corresponds to the JSON property `addressComponents`
141
152
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAddressComponent>]
142
153
  attr_accessor :address_components
143
154
 
144
- # Output only. The place's address in adr microformat: http://microformats.org/
145
- # wiki/adr.
155
+ # The place's address in adr microformat: http://microformats.org/wiki/adr.
146
156
  # Corresponds to the JSON property `adrFormatAddress`
147
157
  # @return [String]
148
158
  attr_accessor :adr_format_address
149
159
 
150
- # Output only. A set of data provider that must be shown with this result.
160
+ # A set of data provider that must be shown with this result.
151
161
  # Corresponds to the JSON property `attributions`
152
162
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAttribution>]
153
163
  attr_accessor :attributions
154
164
 
155
- # Output only. The business status for the place.
165
+ # The business status for the place.
156
166
  # Corresponds to the JSON property `businessStatus`
157
167
  # @return [String]
158
168
  attr_accessor :business_status
159
169
 
160
- # Output only. Specifies if the business supports curbside pickup.
170
+ # Specifies if the business supports curbside pickup.
161
171
  # Corresponds to the JSON property `curbsidePickup`
162
172
  # @return [Boolean]
163
173
  attr_accessor :curbside_pickup
@@ -168,26 +178,25 @@ module Google
168
178
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHours]
169
179
  attr_accessor :current_opening_hours
170
180
 
171
- # Output only. Contains an array of entries for the next seven days including
172
- # information about secondary hours of a business. Secondary hours are different
173
- # from a business's main hours. For example, a restaurant can specify drive
174
- # through hours or delivery hours as its secondary hours. This field populates
175
- # the type subfield, which draws from a predefined list of opening hours types (
176
- # such as DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place.
177
- # This field includes the special_days subfield of all hours, set for dates that
178
- # have exceptional hours.
181
+ # Contains an array of entries for the next seven days including information
182
+ # about secondary hours of a business. Secondary hours are different from a
183
+ # business's main hours. For example, a restaurant can specify drive through
184
+ # hours or delivery hours as its secondary hours. This field populates the type
185
+ # subfield, which draws from a predefined list of opening hours types (such as
186
+ # DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place. This field
187
+ # includes the special_days subfield of all hours, set for dates that have
188
+ # exceptional hours.
179
189
  # Corresponds to the JSON property `currentSecondaryOpeningHours`
180
190
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHours>]
181
191
  attr_accessor :current_secondary_opening_hours
182
192
 
183
- # Output only. Specifies if the business supports delivery.
193
+ # Specifies if the business supports delivery.
184
194
  # Corresponds to the JSON property `delivery`
185
195
  # @return [Boolean]
186
196
  attr_accessor :delivery
187
197
  alias_method :delivery?, :delivery
188
198
 
189
- # Output only. Specifies if the business supports indoor or outdoor seating
190
- # options.
199
+ # Specifies if the business supports indoor or outdoor seating options.
191
200
  # Corresponds to the JSON property `dineIn`
192
201
  # @return [Boolean]
193
202
  attr_accessor :dine_in
@@ -203,34 +212,33 @@ module Google
203
212
  # @return [Google::Apis::PlacesV1::GoogleTypeLocalizedText]
204
213
  attr_accessor :editorial_summary
205
214
 
206
- # Output only. A full, human-readable address for this place.
215
+ # A full, human-readable address for this place.
207
216
  # Corresponds to the JSON property `formattedAddress`
208
217
  # @return [String]
209
218
  attr_accessor :formatted_address
210
219
 
211
- # Output only. A URL providing more information about this place.
220
+ # A URL providing more information about this place.
212
221
  # Corresponds to the JSON property `googleMapsUri`
213
222
  # @return [String]
214
223
  attr_accessor :google_maps_uri
215
224
 
216
- # Output only. Background color for icon_mask in hex format, e.g. #909CE1.
225
+ # Background color for icon_mask in hex format, e.g. #909CE1.
217
226
  # Corresponds to the JSON property `iconBackgroundColor`
218
227
  # @return [String]
219
228
  attr_accessor :icon_background_color
220
229
 
221
- # Output only. A truncated URL to an v2 icon mask. User can access different
222
- # icon type by appending type suffix to the end (eg, ".svg" or ".png").
230
+ # A truncated URL to an v2 icon mask. User can access different icon type by
231
+ # appending type suffix to the end (eg, ".svg" or ".png").
223
232
  # Corresponds to the JSON property `iconMaskBaseUri`
224
233
  # @return [String]
225
234
  attr_accessor :icon_mask_base_uri
226
235
 
227
- # Output only. The unique identifier of a place.
236
+ # The unique identifier of a place.
228
237
  # Corresponds to the JSON property `id`
229
238
  # @return [String]
230
239
  attr_accessor :id
231
240
 
232
- # Output only. A human-readable phone number for the place, in international
233
- # format.
241
+ # A human-readable phone number for the place, in international format.
234
242
  # Corresponds to the JSON property `internationalPhoneNumber`
235
243
  # @return [String]
236
244
  attr_accessor :international_phone_number
@@ -243,13 +251,13 @@ module Google
243
251
  # @return [Google::Apis::PlacesV1::GoogleTypeLatLng]
244
252
  attr_accessor :location
245
253
 
246
- # Output only. An ID representing this place which may be used to look up this
247
- # place again (a.k.a. the API "resource" name: places/).
254
+ # An ID representing this place which may be used to look up this place again (a.
255
+ # k.a. the API "resource" name: places/place_id).
248
256
  # Corresponds to the JSON property `name`
249
257
  # @return [String]
250
258
  attr_accessor :name
251
259
 
252
- # Output only. A human-readable phone number for the place, in national format.
260
+ # A human-readable phone number for the place, in national format.
253
261
  # Corresponds to the JSON property `nationalPhoneNumber`
254
262
  # @return [String]
255
263
  attr_accessor :national_phone_number
@@ -261,12 +269,12 @@ module Google
261
269
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlacePlusCode]
262
270
  attr_accessor :plus_code
263
271
 
264
- # Output only. Price level of the place.
272
+ # Price level of the place.
265
273
  # Corresponds to the JSON property `priceLevel`
266
274
  # @return [String]
267
275
  attr_accessor :price_level
268
276
 
269
- # Output only. A rating between 1.0 and 5.0, based on user reviews of this place.
277
+ # A rating between 1.0 and 5.0, based on user reviews of this place.
270
278
  # Corresponds to the JSON property `rating`
271
279
  # @return [Float]
272
280
  attr_accessor :rating
@@ -276,89 +284,90 @@ module Google
276
284
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHours]
277
285
  attr_accessor :regular_opening_hours
278
286
 
279
- # Output only. Contains an array of entries for information about regular
280
- # secondary hours of a business. Secondary hours are different from a business's
281
- # main hours. For example, a restaurant can specify drive through hours or
282
- # delivery hours as its secondary hours. This field populates the type subfield,
283
- # which draws from a predefined list of opening hours types (such as
284
- # DRIVE_THROUGH, PICKUP, or TAKEOUT) based on the types of the place.
287
+ # Contains an array of entries for information about regular secondary hours of
288
+ # a business. Secondary hours are different from a business's main hours. For
289
+ # example, a restaurant can specify drive through hours or delivery hours as its
290
+ # secondary hours. This field populates the type subfield, which draws from a
291
+ # predefined list of opening hours types (such as DRIVE_THROUGH, PICKUP, or
292
+ # TAKEOUT) based on the types of the place.
285
293
  # Corresponds to the JSON property `regularSecondaryOpeningHours`
286
294
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHours>]
287
295
  attr_accessor :regular_secondary_opening_hours
288
296
 
289
- # Output only. Specifies if the place supports reservations.
297
+ # Specifies if the place supports reservations.
290
298
  # Corresponds to the JSON property `reservable`
291
299
  # @return [Boolean]
292
300
  attr_accessor :reservable
293
301
  alias_method :reservable?, :reservable
294
302
 
295
- # Output only. List of reviews about this place.
303
+ # List of reviews about this place.
296
304
  # Corresponds to the JSON property `reviews`
297
305
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1Review>]
298
306
  attr_accessor :reviews
299
307
 
300
- # Output only. Specifies if the place serves beer.
308
+ # Specifies if the place serves beer.
301
309
  # Corresponds to the JSON property `servesBeer`
302
310
  # @return [Boolean]
303
311
  attr_accessor :serves_beer
304
312
  alias_method :serves_beer?, :serves_beer
305
313
 
306
- # Output only. Specifies if the place serves breakfast.
314
+ # Specifies if the place serves breakfast.
307
315
  # Corresponds to the JSON property `servesBreakfast`
308
316
  # @return [Boolean]
309
317
  attr_accessor :serves_breakfast
310
318
  alias_method :serves_breakfast?, :serves_breakfast
311
319
 
312
- # Output only. Specifies if the place serves brunch.
320
+ # Specifies if the place serves brunch.
313
321
  # Corresponds to the JSON property `servesBrunch`
314
322
  # @return [Boolean]
315
323
  attr_accessor :serves_brunch
316
324
  alias_method :serves_brunch?, :serves_brunch
317
325
 
318
- # Output only. Specifies if the place serves dinner.
326
+ # Specifies if the place serves dinner.
319
327
  # Corresponds to the JSON property `servesDinner`
320
328
  # @return [Boolean]
321
329
  attr_accessor :serves_dinner
322
330
  alias_method :serves_dinner?, :serves_dinner
323
331
 
324
- # Output only. Specifies if the place serves lunch.
332
+ # Specifies if the place serves lunch.
325
333
  # Corresponds to the JSON property `servesLunch`
326
334
  # @return [Boolean]
327
335
  attr_accessor :serves_lunch
328
336
  alias_method :serves_lunch?, :serves_lunch
329
337
 
330
- # Output only. Specifies if the place serves vegetarian food.
338
+ # Specifies if the place serves vegetarian food.
331
339
  # Corresponds to the JSON property `servesVegetarianFood`
332
340
  # @return [Boolean]
333
341
  attr_accessor :serves_vegetarian_food
334
342
  alias_method :serves_vegetarian_food?, :serves_vegetarian_food
335
343
 
336
- # Output only. Specifies if the place serves wine.
344
+ # Specifies if the place serves wine.
337
345
  # Corresponds to the JSON property `servesWine`
338
346
  # @return [Boolean]
339
347
  attr_accessor :serves_wine
340
348
  alias_method :serves_wine?, :serves_wine
341
349
 
342
- # Output only. Specifies if the business supports takeout.
350
+ # Specifies if the business supports takeout.
343
351
  # Corresponds to the JSON property `takeout`
344
352
  # @return [Boolean]
345
353
  attr_accessor :takeout
346
354
  alias_method :takeout?, :takeout
347
355
 
348
- # Output only. A set of type tags for this result. For example, "political" and "
349
- # locality".
356
+ # A set of type tags for this result. For example, "political" and "locality".
357
+ # See: https://developers.google.com/maps/documentation/places/web-service/place-
358
+ # types
350
359
  # Corresponds to the JSON property `types`
351
360
  # @return [Array<String>]
352
361
  attr_accessor :types
353
362
 
354
- # Output only. The total number of reviews (with or without text) for this place.
363
+ # The total number of reviews (with or without text) for this place.
355
364
  # Corresponds to the JSON property `userRatingCount`
356
365
  # @return [Fixnum]
357
366
  attr_accessor :user_rating_count
358
367
 
359
- # Output only. Number of minutes this place's timezone is currently offset from
360
- # UTC. This is expressed in minutes to support timezones that are offset by
361
- # fractions of an hour, e.g. X hours and 15 minutes.
368
+ # Number of minutes this place's timezone is currently offset from UTC. This is
369
+ # expressed in minutes to support timezones that are offset by fractions of an
370
+ # hour, e.g. X hours and 15 minutes.
362
371
  # Corresponds to the JSON property `utcOffsetMinutes`
363
372
  # @return [Fixnum]
364
373
  attr_accessor :utc_offset_minutes
@@ -383,10 +392,9 @@ module Google
383
392
  # @return [Google::Apis::PlacesV1::GoogleGeoTypeViewport]
384
393
  attr_accessor :viewport
385
394
 
386
- # Output only. The authoritative website for this place, e.g. a business'
387
- # homepage. Note that for places that are part of a chain (e.g. an IKEA store),
388
- # this will usually be the website for the individual store, not the overall
389
- # chain.
395
+ # The authoritative website for this place, e.g. a business' homepage. Note that
396
+ # for places that are part of a chain (e.g. an IKEA store), this will usually be
397
+ # the website for the individual store, not the overall chain.
390
398
  # Corresponds to the JSON property `websiteUri`
391
399
  # @return [String]
392
400
  attr_accessor :website_uri
@@ -466,26 +474,26 @@ module Google
466
474
  class GoogleMapsPlacesV1PlaceAddressComponent
467
475
  include Google::Apis::Core::Hashable
468
476
 
469
- # Output only. The language used to format this components, in CLDR notation.
477
+ # The language used to format this components, in CLDR notation.
470
478
  # Corresponds to the JSON property `languageCode`
471
479
  # @return [String]
472
480
  attr_accessor :language_code
473
481
 
474
- # Output only. The full text description or name of the address component. For
475
- # example, an address component for the country Australia may have a long_name
476
- # of "Australia".
482
+ # The full text description or name of the address component. For example, an
483
+ # address component for the country Australia may have a long_name of "Australia"
484
+ # .
477
485
  # Corresponds to the JSON property `longText`
478
486
  # @return [String]
479
487
  attr_accessor :long_text
480
488
 
481
- # Output only. An abbreviated textual name for the address component, if
482
- # available. For example, an address component for the country of Australia may
483
- # have a short_name of "AU".
489
+ # An abbreviated textual name for the address component, if available. For
490
+ # example, an address component for the country of Australia may have a
491
+ # short_name of "AU".
484
492
  # Corresponds to the JSON property `shortText`
485
493
  # @return [String]
486
494
  attr_accessor :short_text
487
495
 
488
- # Output only. An array indicating the type(s) of the address component.
496
+ # An array indicating the type(s) of the address component.
489
497
  # Corresponds to the JSON property `types`
490
498
  # @return [Array<String>]
491
499
  attr_accessor :types
@@ -507,12 +515,12 @@ module Google
507
515
  class GoogleMapsPlacesV1PlaceAttribution
508
516
  include Google::Apis::Core::Hashable
509
517
 
510
- # Output only. Name of the Place's data provider.
518
+ # Name of the Place's data provider.
511
519
  # Corresponds to the JSON property `provider`
512
520
  # @return [String]
513
521
  attr_accessor :provider
514
522
 
515
- # Output only. URI to the Place's data provider.
523
+ # URI to the Place's data provider.
516
524
  # Corresponds to the JSON property `providerUri`
517
525
  # @return [String]
518
526
  attr_accessor :provider_uri
@@ -532,38 +540,37 @@ module Google
532
540
  class GoogleMapsPlacesV1PlaceOpeningHours
533
541
  include Google::Apis::Core::Hashable
534
542
 
535
- # Output only. Is this place open right now? Always present unless we lack time-
536
- # of-day or timezone data for these opening hours.
543
+ # Is this place open right now? Always present unless we lack time-of-day or
544
+ # timezone data for these opening hours.
537
545
  # Corresponds to the JSON property `openNow`
538
546
  # @return [Boolean]
539
547
  attr_accessor :open_now
540
548
  alias_method :open_now?, :open_now
541
549
 
542
- # Output only. The periods that this place is open during the week. The periods
543
- # are in chronological order, starting with Sunday in the place-local timezone.
544
- # An empty (but not absent) value indicates a place that is never open, e.g.
550
+ # The periods that this place is open during the week. The periods are in
551
+ # chronological order, starting with Sunday in the place-local timezone. An
552
+ # empty (but not absent) value indicates a place that is never open, e.g.
545
553
  # because it is closed temporarily for renovations.
546
554
  # Corresponds to the JSON property `periods`
547
555
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHoursPeriod>]
548
556
  attr_accessor :periods
549
557
 
550
- # Output only. A type string used to identify the type of secondary hours.
558
+ # A type string used to identify the type of secondary hours.
551
559
  # Corresponds to the JSON property `secondaryHoursType`
552
560
  # @return [String]
553
561
  attr_accessor :secondary_hours_type
554
562
 
555
- # Output only. Structured information for special days that fall within the
556
- # period that the returned opening hours cover. Special days are days that could
557
- # impact the business hours of a place, e.g. Christmas day. Set for
558
- # current_opening_hours and current_secondary_opening_hours if there are
559
- # exceptional hours.
563
+ # Structured information for special days that fall within the period that the
564
+ # returned opening hours cover. Special days are days that could impact the
565
+ # business hours of a place, e.g. Christmas day. Set for current_opening_hours
566
+ # and current_secondary_opening_hours if there are exceptional hours.
560
567
  # Corresponds to the JSON property `specialDays`
561
568
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay>]
562
569
  attr_accessor :special_days
563
570
 
564
- # Output only. Localized strings describing the opening hours of this place, one
565
- # string for each day of the week. Will be empty if the hours are unknown or
566
- # could not be converted to localized text. Example: "Sun: 18:00–06:00"
571
+ # Localized strings describing the opening hours of this place, one string for
572
+ # each day of the week. Will be empty if the hours are unknown or could not be
573
+ # converted to localized text. Example: "Sun: 18:00–06:00"
567
574
  # Corresponds to the JSON property `weekdayDescriptions`
568
575
  # @return [Array<String>]
569
576
  attr_accessor :weekday_descriptions
@@ -623,26 +630,26 @@ module Google
623
630
  # @return [Google::Apis::PlacesV1::GoogleTypeDate]
624
631
  attr_accessor :date
625
632
 
626
- # Output only. A day of the week, as an integer in the range 0-6. 0 is Sunday, 1
627
- # is Monday, etc.
633
+ # A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday,
634
+ # etc.
628
635
  # Corresponds to the JSON property `day`
629
636
  # @return [Fixnum]
630
637
  attr_accessor :day
631
638
 
632
- # Output only. The hour in 2 digits. Ranges from 00 to 23.
639
+ # The hour in 2 digits. Ranges from 00 to 23.
633
640
  # Corresponds to the JSON property `hour`
634
641
  # @return [Fixnum]
635
642
  attr_accessor :hour
636
643
 
637
- # Output only. The minute in 2 digits. Ranges from 00 to 59.
644
+ # The minute in 2 digits. Ranges from 00 to 59.
638
645
  # Corresponds to the JSON property `minute`
639
646
  # @return [Fixnum]
640
647
  attr_accessor :minute
641
648
 
642
- # Output only. Whether or not this endpoint was truncated. Truncation occurs
643
- # when the real hours are outside the times we are willing to return hours
644
- # between, so we truncate the hours back to these boundaries. This ensures that
645
- # at most 24 * 7 hours from midnight of the day of the request are returned.
649
+ # Whether or not this endpoint was truncated. Truncation occurs when the real
650
+ # hours are outside the times we are willing to return hours between, so we
651
+ # truncate the hours back to these boundaries. This ensures that at most 24 * 7
652
+ # hours from midnight of the day of the request are returned.
646
653
  # Corresponds to the JSON property `truncated`
647
654
  # @return [Boolean]
648
655
  attr_accessor :truncated
@@ -696,15 +703,15 @@ module Google
696
703
  class GoogleMapsPlacesV1PlacePlusCode
697
704
  include Google::Apis::Core::Hashable
698
705
 
699
- # Output only. Place's compound code, such as "33GV+HQ, Ramberg, Norway",
700
- # containing the suffix of the global code and replacing the prefix with a
701
- # formatted name of a reference entity.
706
+ # Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing the
707
+ # suffix of the global code and replacing the prefix with a formatted name of a
708
+ # reference entity.
702
709
  # Corresponds to the JSON property `compoundCode`
703
710
  # @return [String]
704
711
  attr_accessor :compound_code
705
712
 
706
- # Output only. Place's global (full) code, such as "9FWM33GV+HQ", representing
707
- # an 1/8000 by 1/8000 degree area (~14 by 14 meters).
713
+ # Place's global (full) code, such as "9FWM33GV+HQ", representing an 1/8000 by 1/
714
+ # 8000 degree area (~14 by 14 meters).
708
715
  # Corresponds to the JSON property `globalCode`
709
716
  # @return [String]
710
717
  attr_accessor :global_code
@@ -776,7 +783,8 @@ module Google
776
783
  include Google::Apis::Core::Hashable
777
784
 
778
785
  # The requested place type. Full list of types supported: https://developers.
779
- # google.com/places/supported_types. Only support one included type.
786
+ # google.com/maps/documentation/places/web-service/place-types. Only support one
787
+ # included type.
780
788
  # Corresponds to the JSON property `includedType`
781
789
  # @return [String]
782
790
  attr_accessor :included_type
@@ -819,8 +827,7 @@ module Google
819
827
  # @return [Float]
820
828
  attr_accessor :min_rating
821
829
 
822
- # Used to restrict the search to places that are open at a specific time.
823
- # open_now marks if a business is currently open.
830
+ # Used to restrict the search to places that are currently open.
824
831
  # Corresponds to the JSON property `openNow`
825
832
  # @return [Boolean]
826
833
  attr_accessor :open_now
@@ -1056,7 +1063,7 @@ module Google
1056
1063
  # @return [String]
1057
1064
  attr_accessor :language_code
1058
1065
 
1059
- # Localized string in the language corresponding to `language_code' below.
1066
+ # Localized string in the language corresponding to language_code below.
1060
1067
  # Corresponds to the JSON property `text`
1061
1068
  # @return [String]
1062
1069
  attr_accessor :text
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20230927"
25
+ REVISION = "20231016"
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.9.0
4
+ version: 0.10.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-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.10.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: []