google-apis-pollen_v1 0.1.0 → 0.3.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: 4a50281aa70dcf45d039530204dc8f6553093f3682fdb8c0636e68953c72dac9
4
- data.tar.gz: d3f3877655129792a550c8b894945b61db21f70f62345f40665f3f484668a480
3
+ metadata.gz: '050872576c3998a6a91d08d96f8579f605c85ff71174cb391f56858b92533759'
4
+ data.tar.gz: 8b60392c13bf7e2df0a4b3af0bcf7f767819fca05ae9ecad6b1a2d9e17e12195
5
5
  SHA512:
6
- metadata.gz: b4231d9cd1702f6f41dbedd693a5ae5e4828547acb38ae5cd1b3f0dbc6d0880a255e0654b6acaf92d8acc1d68ed28398e06414acbf1c58d8d448cf1248c8e31d
7
- data.tar.gz: 77a651f3783b42f354aac4a46a1f771ac2f5ae94ec7d0e5f00a1c170e16f21d46aaf26b6b340d6830530cb3fabfb3756662685a3be009fb778550a40bdcdc903
6
+ metadata.gz: ccd2f7e4ce1f21e214e6f5410604f1fed598f79b0f9fa4d71260d7f342267468143f0fe17fbc2c69880bff27121a1eceb475c18770ee5a0712eaad8cea428817
7
+ data.tar.gz: b5b47a481c9f9fcbe7b1e6aee61c092ef0bd1339373370707fea7b9bf8bb7f4d35ee25fdcfac711819c9c0ad5176ac2dc99e825990729d453e4f3130db8d90ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-pollen_v1
2
2
 
3
+ ### v0.3.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20240825
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.2.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240720
11
+
3
12
  ### v0.1.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240610
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/maps/documentation/pol
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -167,14 +167,14 @@ module Google
167
167
  # @return [Google::Apis::PollenV1::Date]
168
168
  attr_accessor :date
169
169
 
170
- # This list will include (up to) 15 pollen species affecting the location
170
+ # This list will include up to 15 pollen species affecting the location
171
171
  # specified in the request.
172
172
  # Corresponds to the JSON property `plantInfo`
173
173
  # @return [Array<Google::Apis::PollenV1::PlantInfo>]
174
174
  attr_accessor :plant_info
175
175
 
176
- # This list will include (up to) three pollen types (grass, weed, tree)
177
- # affecting the location specified in the request.
176
+ # This list will include up to three pollen types (GRASS, WEED, TREE) affecting
177
+ # the location specified in the request.
178
178
  # Corresponds to the JSON property `pollenTypeInfo`
179
179
  # @return [Array<Google::Apis::PollenV1::PollenTypeInfo>]
180
180
  attr_accessor :pollen_type_info
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PollenV1
18
18
  # Version of the google-apis-pollen_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240610"
25
+ REVISION = "20240825"
26
26
  end
27
27
  end
28
28
  end
@@ -58,24 +58,24 @@ module Google
58
58
  # value 1, maximum value is 5).
59
59
  # @param [String] language_code
60
60
  # Optional. Allows the client to choose the language for the response. If data
61
- # cannot be provided for that language the API uses the closest match. Allowed
62
- # values rely on the IETF BCP-47 standard. Default value is "en".
61
+ # cannot be provided for that language, the API uses the closest match. Allowed
62
+ # values rely on the IETF BCP-47 standard. The default value is "en".
63
63
  # @param [Float] location_latitude
64
64
  # The latitude in degrees. It must be in the range [-90.0, +90.0].
65
65
  # @param [Float] location_longitude
66
66
  # The longitude in degrees. It must be in the range [-180.0, +180.0].
67
67
  # @param [Fixnum] page_size
68
68
  # Optional. The maximum number of daily info records to return per page. The
69
- # default and max value is 5 (5 days of data).
69
+ # default and max value is 5, indicating 5 days of data.
70
70
  # @param [String] page_token
71
71
  # Optional. A page token received from a previous daily call. It is used to
72
72
  # retrieve the subsequent page. Note that when providing a value for the page
73
- # token all other request parameters provided must match the previous call that
73
+ # token, all other request parameters provided must match the previous call that
74
74
  # provided the page token.
75
75
  # @param [Boolean] plants_description
76
76
  # Optional. Contains general information about plants, including details on
77
77
  # their seasonality, special shapes and colors, information about allergic cross-
78
- # reactions, and plant photos.
78
+ # reactions, and plant photos. The default value is "true".
79
79
  # @param [String] fields
80
80
  # Selector specifying which fields to include in a partial response.
81
81
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-pollen_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pollen_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pollen_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pollen_v1/v0.3.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pollen_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Pollen API V1
82
79
  test_files: []