google-apis-chromeuxreport_v1 0.18.0 → 0.20.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: 64fff11ebf66b6e1c010e6840bb527a9e5f305c4109a81cf5045ee6faf03d764
4
- data.tar.gz: 28183830081fa24e34229ada484397bc7fb03729bd8731875b5859d32a2a1033
3
+ metadata.gz: c8629d940eaa407994b60ceb0e3385ddc7d32a373c3b4a970d5936f6783dd141
4
+ data.tar.gz: 7b9820855598ffdb69639970c4ececd8f352c85fc3eefe8726aaa65d013a8e70
5
5
  SHA512:
6
- metadata.gz: 7313c8872580873d15c68585bbcaac0fd485530783feac7a60425b862b7a152d8d1ffa828c1e18ed09a6d8def32088803d04128ad443fb4c833a9844c851aaae
7
- data.tar.gz: 2e38a61c033d836b23c0fda17637ae30f767eaff86ae47a9b5a985fe6b64ad3197d84aee0a66b09bc7b5aff8e80a79b8b6917521f2f79051086f4ec884504e3c
6
+ metadata.gz: d9ea949da478754719bf5ad76b5a56f4444cdefd68d82dc84dce64a27b3e5750907f74db5552052deb143cea38e27ab4e7f26e98254a206267dffbde038bc791
7
+ data.tar.gz: ccd7586bd2361c54f0d20bcd376f4fc73e969dee6da1b374cfa45a6892f2eeaf49c366c9b7be97c9b56dc4f144ddcb317486a70c04731a5eb8d0c76de4f54132
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromeuxreport_v1
2
2
 
3
+ ### v0.20.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231030
6
+
7
+ ### v0.19.0 (2023-03-05)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.18.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230206
@@ -270,6 +270,11 @@ module Google
270
270
  class Metric
271
271
  include Google::Apis::Core::Hashable
272
272
 
273
+ # For enum metrics, provides fractions which add up to approximately 1.0.
274
+ # Corresponds to the JSON property `fractions`
275
+ # @return [Hash<String,Float>]
276
+ attr_accessor :fractions
277
+
273
278
  # The histogram of user experiences for a metric. The histogram will have at
274
279
  # least one bin and the densities of all bins will add up to ~1.
275
280
  # Corresponds to the JSON property `histogram`
@@ -289,6 +294,7 @@ module Google
289
294
 
290
295
  # Update properties of this object
291
296
  def update!(**args)
297
+ @fractions = args[:fractions] if args.key?(:fractions)
292
298
  @histogram = args[:histogram] if args.key?(:histogram)
293
299
  @percentiles = args[:percentiles] if args.key?(:percentiles)
294
300
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromeuxreportV1
18
18
  # Version of the google-apis-chromeuxreport_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230206"
25
+ REVISION = "20231030"
26
26
  end
27
27
  end
28
28
  end
@@ -186,6 +186,7 @@ module Google
186
186
  class Metric
187
187
  # @private
188
188
  class Representation < Google::Apis::Core::JsonRepresentation
189
+ hash :fractions, as: 'fractions'
189
190
  collection :histogram, as: 'histogram', class: Google::Apis::ChromeuxreportV1::Bin, decorator: Google::Apis::ChromeuxreportV1::Bin::Representation
190
191
 
191
192
  property :percentiles, as: 'percentiles', class: Google::Apis::ChromeuxreportV1::Percentiles, decorator: Google::Apis::ChromeuxreportV1::Percentiles::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromeuxreport_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.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: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-chromeuxreport_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromeuxreport_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome UX Report API V1