google-apis-pagespeedonline_v5 0.22.0 → 0.23.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92a7f6566a32efc86c55ef18040109a2797e775217f7f1736e7444c37ef917a6
|
|
4
|
+
data.tar.gz: db7e44df42be7b8465ca141b18ff5db369e17994a81e2e21d55a1f32e7637046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa6992a42d5f7aad69a5049463377f1ce23259462cfbdba31f9b3bb20a807358642126f423fe51cdf1108327e9e1dca169379c7d4d27e567f584080c0b5f4361
|
|
7
|
+
data.tar.gz: 1a0545c8b71da19700a03bad1367c89b08761ee87555701ec7429c7be7e78874d50b4c5f684018f555ffa743e62653d9175551f314d211789b8febb85d1aa387
|
data/CHANGELOG.md
CHANGED
|
@@ -427,6 +427,11 @@ module Google
|
|
|
427
427
|
# @return [Array<Google::Apis::PagespeedonlineV5::AuditRefs>]
|
|
428
428
|
attr_accessor :audit_refs
|
|
429
429
|
|
|
430
|
+
# Optional. How the category score should be displayed (e.g. as a fraction).
|
|
431
|
+
# Corresponds to the JSON property `categoryScoreDisplayMode`
|
|
432
|
+
# @return [String]
|
|
433
|
+
attr_accessor :category_score_display_mode
|
|
434
|
+
|
|
430
435
|
# A more detailed description of the category and its importance.
|
|
431
436
|
# Corresponds to the JSON property `description`
|
|
432
437
|
# @return [String]
|
|
@@ -460,6 +465,7 @@ module Google
|
|
|
460
465
|
# Update properties of this object
|
|
461
466
|
def update!(**args)
|
|
462
467
|
@audit_refs = args[:audit_refs] if args.key?(:audit_refs)
|
|
468
|
+
@category_score_display_mode = args[:category_score_display_mode] if args.key?(:category_score_display_mode)
|
|
463
469
|
@description = args[:description] if args.key?(:description)
|
|
464
470
|
@id = args[:id] if args.key?(:id)
|
|
465
471
|
@manual_description = args[:manual_description] if args.key?(:manual_description)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260629"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -254,6 +254,7 @@ module Google
|
|
|
254
254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
255
255
|
collection :audit_refs, as: 'auditRefs', class: Google::Apis::PagespeedonlineV5::AuditRefs, decorator: Google::Apis::PagespeedonlineV5::AuditRefs::Representation
|
|
256
256
|
|
|
257
|
+
property :category_score_display_mode, as: 'categoryScoreDisplayMode'
|
|
257
258
|
property :description, as: 'description'
|
|
258
259
|
property :id, as: 'id'
|
|
259
260
|
property :manual_description, as: 'manualDescription'
|
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.
|
|
4
|
+
version: 0.23.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pagespeedonline_v5/v0.23.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:
|