google-apis-pollen_v1 0.1.0 → 0.2.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: c768198413e047c62375adb7f115ee5f8407c8a8dda5a51c79c9ade78f2ceb16
4
+ data.tar.gz: cd8064596cad23756924b043cbba76a287450ef1ac4996178998db4ec3484673
5
5
  SHA512:
6
- metadata.gz: b4231d9cd1702f6f41dbedd693a5ae5e4828547acb38ae5cd1b3f0dbc6d0880a255e0654b6acaf92d8acc1d68ed28398e06414acbf1c58d8d448cf1248c8e31d
7
- data.tar.gz: 77a651f3783b42f354aac4a46a1f771ac2f5ae94ec7d0e5f00a1c170e16f21d46aaf26b6b340d6830530cb3fabfb3756662685a3be009fb778550a40bdcdc903
6
+ metadata.gz: 1e09ef2f9fbb929fdc0a64b518e5ae7b6b029d3aaf31ca37fc4e1ab1cbff7645ffa9bee96daf183ec001a6e1484d089ab672b921e1855528368dcda48206e8d0
7
+ data.tar.gz: afacd6fadf9eba2e7f2f221601b0c271a403a84abb33c6d320d4ff67f0ba40ef80d448bbcdefd64ef09728076007bc40e1d02cd026f538ad8990caf9140b82ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pollen_v1
2
2
 
3
+ ### v0.2.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240720
6
+
3
7
  ### v0.1.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240610
@@ -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.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240610"
25
+ REVISION = "20240720"
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,14 @@
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.2.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-07-25 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-pollen_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pollen_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pollen_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pollen_v1
63
63
  post_install_message:
64
64
  rdoc_options: []