google-apis-places_v1 0.19.0 → 0.20.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: b4b3b3690d26988a929ef5c2bf2bd12428bb90058715387fea9512e82bcabc88
4
- data.tar.gz: eb30af800adcc761bd0e35c128eae693ff6da2c49237e6dae41169b29c01ac14
3
+ metadata.gz: a10d06b29624175c8a8f65613d3768fbf9275f1886e51eb39c6d381965390f0e
4
+ data.tar.gz: ee1dbcb6adce12311ccfd01996854748ed3748fef0567ff8c280a09327965929
5
5
  SHA512:
6
- metadata.gz: 35df76543e3d5ecc262d73be86eeb8d6015da6432065c451815c134efc0b7d519b81764903890051138c00c0f64b3a63d34c98cdfc9894bb3839b0b6b5418b0c
7
- data.tar.gz: 27e93f7dd942c85cc8a5990fea17be9793bfea1fd48f3ee7d6f4763f520e4e5a6d69284efef053d3c7a029ea9b0730e0b92a78c56432ddb6714eecc4aaead4af
6
+ metadata.gz: 4117828f587a175ffdc55a8a78a7fc0fb0fb94da237beff7d9246bb86a97523fef5209f125ceba69f78bf27e2a9b37c430398f3677db0910226d346ef40de0e2
7
+ data.tar.gz: e3f794937e7e5da6e2208cea1567c5ca1c5c180aebc09a8a9b1fb4eb0e0aad81eb8bc3d7dc81510776640b5281cb6d2cd2e38a068f4efcc636150415db8447cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.20.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240423
6
+
3
7
  ### v0.19.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240310
@@ -1981,13 +1981,13 @@ module Google
1981
1981
  include Google::Apis::Core::Hashable
1982
1982
 
1983
1983
  # Optional. The list of preferred EV connector types. A place that does not
1984
- # support any of the listed connector types are filter out.
1984
+ # support any of the listed connector types is filtered out.
1985
1985
  # Corresponds to the JSON property `connectorTypes`
1986
1986
  # @return [Array<String>]
1987
1987
  attr_accessor :connector_types
1988
1988
 
1989
- # Optional. Filtering places by minimum charging rate. Any places with charging
1990
- # a rate less than the minimum charging rate are filtered out.
1989
+ # Optional. Minimum required charging rate in kilowatts. A place with a charging
1990
+ # rate less than the specified rate is filtered out.
1991
1991
  # Corresponds to the JSON property `minimumChargingRateKw`
1992
1992
  # @return [Float]
1993
1993
  attr_accessor :minimum_charging_rate_kw
@@ -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.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240310"
25
+ REVISION = "20240423"
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.19.0
4
+ version: 0.20.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: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.20.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: []