google-apis-chromeuxreport_v1 0.24.0 → 0.26.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: 144c3eae89442843e5e144712ed71685385f74f80355b366b5589658aeb933a3
4
- data.tar.gz: f282e38aaea2052c6364a4b77e73e76522af99f681ee39902902ffbe95c5bd51
3
+ metadata.gz: 20d1943f9e14ed65b6ad7ba45f504daeabb43e84031be633aa1232bfaf59fdff
4
+ data.tar.gz: 2bdda0a866c1f81fd09df4c0bb23bef662b2ff0ce6b83eb77ff80312ea3bba80
5
5
  SHA512:
6
- metadata.gz: 70902e687bf31f75a7bee05d4991f7b61b34c84c2f9fd4763181b526b76bd59223a9051d28c07535087a4082954c9943b31f3f0abcabb7418319af63c9cf2f1d
7
- data.tar.gz: c689ff769232c0a729ef99c570cdb4616e160e1a744425335ddf2a312ca4c4ad528a4c8852aaca18d3a70445146ce06825a68022c21ad2b785b247d6e6b23ebc
6
+ metadata.gz: ebce172f5d7d5f4d98ccdb3c13877d08286d0e21a5206effc555e9b01b1ca8f2d3a26cf4ab61cf868d2975d7bbb1b93d57984376389068220b471ce2fb9d04e9
7
+ data.tar.gz: 5803960ca8881370f5b368ebfa11452cc3056f8488c2ae46fa70eb19bd9ba6d1b246774178ca201f466528e4898dc5328a08b8c42e46b221f2d64ddc417e5e87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-chromeuxreport_v1
2
2
 
3
+ ### v0.26.0 (2025-04-13)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.25.0 (2024-09-22)
9
+
10
+ * Regenerated from discovery document revision 20240916
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.24.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -34,7 +34,7 @@ module Google
34
34
 
35
35
  # The proportion of users that experienced this bin's value for the given metric.
36
36
  # Corresponds to the JSON property `density`
37
- # @return [Float]
37
+ # @return [Object]
38
38
  attr_accessor :density
39
39
 
40
40
  # End is the end of the data bin. If end is not populated, then the bin has no
@@ -385,6 +385,12 @@ module Google
385
385
  class QueryHistoryRequest
386
386
  include Google::Apis::Core::Hashable
387
387
 
388
+ # The number of collection periods to return. If not specified, the default is
389
+ # 25. If present, must be in the range [1, 40].
390
+ # Corresponds to the JSON property `collectionPeriodCount`
391
+ # @return [Fixnum]
392
+ attr_accessor :collection_period_count
393
+
388
394
  # The form factor is a query dimension that specifies the device class that the
389
395
  # record's data should belong to. Note: If no form factor is specified, then a
390
396
  # special record with aggregated data over all form factors will be returned.
@@ -419,6 +425,7 @@ module Google
419
425
 
420
426
  # Update properties of this object
421
427
  def update!(**args)
428
+ @collection_period_count = args[:collection_period_count] if args.key?(:collection_period_count)
422
429
  @form_factor = args[:form_factor] if args.key?(:form_factor)
423
430
  @metrics = args[:metrics] if args.key?(:metrics)
424
431
  @origin = args[:origin] if args.key?(:origin)
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.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.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -229,6 +229,7 @@ module Google
229
229
  class QueryHistoryRequest
230
230
  # @private
231
231
  class Representation < Google::Apis::Core::JsonRepresentation
232
+ property :collection_period_count, as: 'collectionPeriodCount'
232
233
  property :form_factor, as: 'formFactor'
233
234
  collection :metrics, as: 'metrics'
234
235
  property :origin, as: 'origin'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromeuxreport_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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-05-26 00:00:00.000000000 Z
10
+ date: 2025-04-16 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-chromeuxreport_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.26.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromeuxreport_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Chrome UX Report API V1
82
79
  test_files: []