google-apis-places_v1 0.14.0 → 0.15.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: 11085d6103164e6d77eb498bfffca2cf6f5e8718cb0e5347c866ee912cf233a1
4
- data.tar.gz: 9416df6b1b8c1b653caecbf0a861230aa95200a36587a126d17b92b0ace344a3
3
+ metadata.gz: 82a4a8d34a25622cf17607f146c89c381eab6de295db5fc424e5e1863139aeff
4
+ data.tar.gz: b8f6b19259061518958c90f3a9625d563ab564630985b868eb36819629b766cc
5
5
  SHA512:
6
- metadata.gz: 00aa9bb9ec3523bac3fd7d676aca5e6fdb995797d080dbf21f4b250f87470a5e025322dde8428dd633b68d0c4e6e15e380088c2995f14ac9a9533050eac25548
7
- data.tar.gz: 9cba140b04eed4e38a1f127a2dc54f4e675986c85ff5845834d817c403a727b995f6b997e06ebabd224e6081f82a105fbc25566d974a874fc0ee0560bbff1efe
6
+ metadata.gz: 119150f3c74beac87690829bf73c50536d8a4590978c7b8c310e56261f37ae68d2f7374091f62d4aef6ccd476cc1f926b12bfad8419aafa920128c3809b34f26
7
+ data.tar.gz: cebccd338cca00c55526dfcee92e6cb1b7188fed92da31f4a1743746e064529fe2498dd371497090f5b1006abbfd568318dca17c8e2e7a1964a98a0174842e71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.15.0 (2023-11-26)
4
+
5
+ * Regenerated from discovery document revision 20231119
6
+
3
7
  ### v0.14.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231112
@@ -1472,11 +1472,10 @@ module Google
1472
1472
  attr_accessor :max_result_count
1473
1473
 
1474
1474
  # Filter out results whose average user rating is strictly less than this limit.
1475
- # A valid value must be an float between 0 and 5 (inclusively) at a 0.5 cadence
1476
- # i.e. [0, 0.5, 1.0, ... , 5.0] inclusively. This is to keep parity with
1477
- # LocalRefinement_UserRating. The input rating will round up to the nearest 0.5(
1478
- # ceiling). For instance, a rating of 0.6 will eliminate all results with a less
1479
- # than 1.0 rating.
1475
+ # A valid value must be a float between 0 and 5 (inclusively) at a 0.5 cadence i.
1476
+ # e. [0, 0.5, 1.0, ... , 5.0] inclusively. The input rating will round up to the
1477
+ # nearest 0.5(ceiling). For instance, a rating of 0.6 will eliminate all results
1478
+ # with a less than 1.0 rating.
1480
1479
  # Corresponds to the JSON property `minRating`
1481
1480
  # @return [Float]
1482
1481
  attr_accessor :min_rating
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20231112"
25
+ REVISION = "20231119"
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.14.0
4
+ version: 0.15.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-19 00:00:00.000000000 Z
11
+ date: 2023-11-26 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.15.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: []