google-apis-airquality_v1 0.1.0 → 0.2.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: 0d3c57f242cd5f24ea98604e7951a3eddfa5e9e8a9d60814235ab865add28065
4
- data.tar.gz: 7bab14ae918f90f7ede569d8bf9f8ef8ef705512998135fec65b95be2378daa4
3
+ metadata.gz: ca356780dcbb9861f4b59a94f12c86da4bec2ee186497d98aca1c2413aaafe71
4
+ data.tar.gz: 0f3cc374a69658c0481a33db10f7e58d2c9d474a7ba1a611faf5697fa017a715
5
5
  SHA512:
6
- metadata.gz: 51f7ecb7bf2eadbd5e4b00378c7c8a7b245610ef5258e8f5ce064fc26231d4652c7a8dcafed084baa4b8f4f3520630575bc602db77655d83aefcace131797a1b
7
- data.tar.gz: 6f91380ee013d49c6af2e440844d3a7ddf5c4aeb3b425cfaeba0a185c70b277f779aae0b06baa08e91aae6a28e4b91bfa8dd7305a30b14a16ba006700047b583
6
+ metadata.gz: 72052bcbc55add3acf7c1325976d7a8455d0b23fc85e9c375aa2b17942198268968d55e3a67310fa433bef14427040e38af36d77d04d2151f0f9f4c173127b14
7
+ data.tar.gz: 9e3dc1050dec35acadcc65fff7114842951d0cca258bcb762e4394ba387fde47dbabf60b301157504373bd11b30d37a5bb3c89ea2e3cbfd59b35b2f96c674149
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-airquality_v1
2
2
 
3
+ ### v0.2.0 (2024-09-08)
4
+
5
+ * Regenerated from discovery document revision 20240901
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.1.0 (2024-06-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20240609
@@ -255,7 +255,7 @@ module Google
255
255
  # @return [String]
256
256
  attr_accessor :units
257
257
 
258
- # Value of pollutant concentration.
258
+ # Value of the pollutant concentration.
259
259
  # Corresponds to the JSON property `value`
260
260
  # @return [Float]
261
261
  attr_accessor :value
@@ -962,9 +962,9 @@ module Google
962
962
  # @return [Google::Apis::AirqualityV1::AdditionalInfo]
963
963
  attr_accessor :additional_info
964
964
 
965
- # The pollutant's code name. For example: "so2". A list of all available codes
966
- # could be found [here](/maps/documentation/air-quality/pollutants#
967
- # reported_pollutants).
965
+ # The pollutant's code name (for example, "so2"). For a list of supported
966
+ # pollutant codes, see [Reported pollutants](/maps/documentation/air-quality/
967
+ # pollutants#reported_pollutants).
968
968
  # Corresponds to the JSON property `code`
969
969
  # @return [String]
970
970
  attr_accessor :code
@@ -981,7 +981,7 @@ module Google
981
981
 
982
982
  # The pollutant's full name. For chemical compounds, this is the IUPAC name.
983
983
  # Example: "Sulfur Dioxide". For more information about the IUPAC names table,
984
- # see https://iupac.org/what-we-do/periodic-table-of-elements/
984
+ # see https://iupac.org/what-we-do/periodic-table-of-elements/.
985
985
  # Corresponds to the JSON property `fullName`
986
986
  # @return [String]
987
987
  attr_accessor :full_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AirqualityV1
18
18
  # Version of the google-apis-airquality_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
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240609"
25
+ REVISION = "20240901"
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-airquality_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-09-15 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-airquality_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-airquality_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-airquality_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-airquality_v1
63
63
  post_install_message:
64
64
  rdoc_options: []