google-apis-chromeuxreport_v1 0.3.0 → 0.4.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: 8201aac3c13c92fa05d47e62cd02f5e56d2d108f19765e91811f540d9d09d5c7
|
|
4
|
+
data.tar.gz: e56a807175532fc5fc3ae0576e4e7c69ca72e98a85b785d7dbd6c9ea3329967a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf87c2fafbb0a847af8c49cd1decef334e1a2ca5ac164eee9a51d142230b16566a79de21f4b1fd6c0103cf672ae586f54db1ddc54581fe4281309a9be5d86a25
|
|
7
|
+
data.tar.gz: 27a70abb5d926c339637b1a1a2776a3c46e15962106e6abd4615957474f59d88bbf8ab751d845809b396fb96a2456659e1b34bdab6e1a7470c0bbd63cb05cb75
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-chromeuxreport_v1
|
|
2
2
|
|
|
3
|
+
### v0.4.0 (2021-06-04)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210602
|
|
6
|
+
* Regenerated using generator version 0.3.0
|
|
7
|
+
|
|
3
8
|
### v0.3.0 (2021-05-19)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.2.0
|
|
@@ -182,7 +182,7 @@ module Google
|
|
|
182
182
|
# The metrics that should be included in the response. If none are specified
|
|
183
183
|
# then any metrics found will be returned. Allowed values: ["
|
|
184
184
|
# first_contentful_paint", "first_input_delay", "largest_contentful_paint", "
|
|
185
|
-
# cumulative_layout_shift"]
|
|
185
|
+
# cumulative_layout_shift", "experimental_uncapped_cumulative_layout_shift"]
|
|
186
186
|
# Corresponds to the JSON property `metrics`
|
|
187
187
|
# @return [Array<String>]
|
|
188
188
|
attr_accessor :metrics
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210602"
|
|
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-chromeuxreport_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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: 2021-
|
|
11
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromeuxreport_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromeuxreport_v1/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromeuxreport_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|