google-apis-places_v1 0.11.0 → 0.12.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: 3a9dc04335cb9b13f54c7cc14bb87aa203ccf6730fac2f2a0ee794e3b097abe4
4
- data.tar.gz: 212d0e706bf74d8097a088cfb2a28b2c2b72b0e15097800201d7d0127c96d3d9
3
+ metadata.gz: 2c1d5925f376b8d768e038a197f2d353e2458c45f7cdd17f81856b9475b0ccdf
4
+ data.tar.gz: 2d0fcfadc83fdab08dd3e04d176d8fac21adf96e9f6b921a46686b92a059bc01
5
5
  SHA512:
6
- metadata.gz: 44c5c033d25203bf1cff914a3e06f082fb6e737d1204a7fdcf5c1942e71122e87fa2ec359c0f14a195f65d91ee29efea0d4bc866c488d2b43d5e7b55d88652ea
7
- data.tar.gz: 5f5a3507c15ae1e9567a72171ad8b02cb7cde94c4a705c7a0b0efa08df7ded30ca2faf50125dc0ee8a6863f3bb783ceafc29f0c65f4d5d6218cb7c14ec1e6d95
6
+ metadata.gz: 7cf8d41855c0eb711c1fa4539209fd924ed1b4df07593d0d931d3161bdfcfa2b65773901872b9d1712fe8465bf17cb2b6e3dec751bd5aebd3d673cfefb552b4b
7
+ data.tar.gz: 577bec5bdd9d6e12237c228a9c62c9a9602c527bce1609e2e357ac9099e21991d9d476e036608c545a585a8bcfcb9ba1eb10685b1316332066859e2cbf493223
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.12.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231029
6
+
3
7
  ### v0.11.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231025
@@ -112,7 +112,6 @@ module Google
112
112
  attr_accessor :center
113
113
 
114
114
  # Required. Radius measured in meters. The radius must be within [0.0, 50000.0].
115
- # The default radius is 0.0.
116
115
  # Corresponds to the JSON property `radius`
117
116
  # @return [Float]
118
117
  attr_accessor :radius
@@ -306,8 +305,8 @@ module Google
306
305
  class GoogleMapsPlacesV1PhotoMedia
307
306
  include Google::Apis::Core::Hashable
308
307
 
309
- # The resource name of a photo in the format: places/place_id/photos/
310
- # photo_reference.
308
+ # The resource name of a photo media in the format: `places/place_id/photos/
309
+ # photo_reference/media`.
311
310
  # Corresponds to the JSON property `name`
312
311
  # @return [String]
313
312
  attr_accessor :name
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20231025"
25
+ REVISION = "20231029"
26
26
  end
27
27
  end
28
28
  end
@@ -155,8 +155,11 @@ module Google
155
155
 
156
156
  # Get a photo media with a photo reference string.
157
157
  # @param [String] name
158
- # Required. The resource name of a photo as returned in a Place object's photos.
159
- # name field. Format: places/place_id/photos/photo_reference.
158
+ # Required. The resource name of a photo media in the format: `places/place_id/
159
+ # photos/photo_reference/media`. The resource name of a photo as returned in a
160
+ # Place object's photos.name field comes with the format `places/place_id/photos/
161
+ # photo_reference`. You need to append `/media` at the end of the photo resource
162
+ # to get the photo media resource name.
160
163
  # @param [Fixnum] max_height_px
161
164
  # Optional. Specifies the maximum desired height, in pixels, of the image. If
162
165
  # the image is smaller than the values specified, the original image will be
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.11.0
4
+ version: 0.12.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-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.12.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: []