google-apis-pagespeedonline_v5 0.21.0 → 0.22.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: e64661573d83b14227e2905c5eb1e1adb062fa9fe4abd39b1ecd814b3d45487b
4
- data.tar.gz: 8081b3064eb508f59dd6ce6288c473d2876128eb55cb48e541c773e044ce4d27
3
+ metadata.gz: 3cad5a1bd81d4d11dae04f20268199245667e3c8e70a04d07e64c97b2e582757
4
+ data.tar.gz: e423e3d31dfeed565264fdae39bf0acc03e3fde5383558a3c2a7d44680805787
5
5
  SHA512:
6
- metadata.gz: 23652b50a69f4c4c071ed591cb68444f54304e7eeab82e19b7f53c99091a2bd9fc5f40e93d3d6e632655f7f0f4e5a4932e56ae8a5b3d53c900f0b4c5c23d405f
7
- data.tar.gz: ba70a78b6a5b8cdfa1d0e22f9a022e2718578420eff7a03f0b7be71d6b69406858b5a32372dc224f636b9389926455b3f8438635f8b4a6fe90d61e97ffc43218
6
+ metadata.gz: '0499c91ca37650a42c6bcbd7feb5775c60f30f78ee64a1d09a3904c2bb3bace2101c9503d3f47d5966060aa76f620835fefb3fd65de836090701e0705c9c808b'
7
+ data.tar.gz: 2baac5b2b1733321f1fd4e0a709f9821df1a466de9b4dd0d5b9755014d277af3e79469d3647d4ad2447c76bb161b60fe9c143f0c8419712f76f853681360e7f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-pagespeedonline_v5
2
2
 
3
+ ### v0.22.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.21.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/speed/docs/insights/v5
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -107,6 +107,11 @@ module Google
107
107
  # @return [Google::Apis::PagespeedonlineV5::LighthouseCategoryV5]
108
108
  attr_accessor :accessibility
109
109
 
110
+ # A Lighthouse category.
111
+ # Corresponds to the JSON property `agentic-browsing`
112
+ # @return [Google::Apis::PagespeedonlineV5::LighthouseCategoryV5]
113
+ attr_accessor :agentic_browsing
114
+
110
115
  # A Lighthouse category.
111
116
  # Corresponds to the JSON property `best-practices`
112
117
  # @return [Google::Apis::PagespeedonlineV5::LighthouseCategoryV5]
@@ -134,6 +139,7 @@ module Google
134
139
  # Update properties of this object
135
140
  def update!(**args)
136
141
  @accessibility = args[:accessibility] if args.key?(:accessibility)
142
+ @agentic_browsing = args[:agentic_browsing] if args.key?(:agentic_browsing)
137
143
  @best_practices = args[:best_practices] if args.key?(:best_practices)
138
144
  @performance = args[:performance] if args.key?(:performance)
139
145
  @pwa = args[:pwa] if args.key?(:pwa)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PagespeedonlineV5
18
18
  # Version of the google-apis-pagespeedonline_v5 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240829"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -167,6 +167,8 @@ module Google
167
167
  class Representation < Google::Apis::Core::JsonRepresentation
168
168
  property :accessibility, as: 'accessibility', class: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5, decorator: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5::Representation
169
169
 
170
+ property :agentic_browsing, as: 'agentic-browsing', class: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5, decorator: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5::Representation
171
+
170
172
  property :best_practices, as: 'best-practices', class: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5, decorator: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5::Representation
171
173
 
172
174
  property :performance, as: 'performance', class: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5, decorator: Google::Apis::PagespeedonlineV5::LighthouseCategoryV5::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-pagespeedonline_v5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pagespeedonline_v5/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-pagespeedonline_v5/v0.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pagespeedonline_v5/v0.22.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pagespeedonline_v5
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for PageSpeed Insights API V5
79
79
  test_files: []